github.com/smartcontractkit/chainlink-testing-framework/libs@v0.0.0-20240227141906-ec710b4eb1a3/charts/geth-reorg/templates/geth-miner.secret.yaml (about) 1 apiVersion: v1 2 kind: Secret 3 metadata: 4 name: {{ template "ethereum.fullname" . }}-geth-miner-secret 5 labels: 6 app: {{ template "ethereum.name" . }}-geth-miner-secret 7 chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }} 8 release: {{ .Release.Name }} 9 heritage: {{ .Release.Service }} 10 type: Opaque 11 data: 12 accountsecret: {{ .Values.geth.miner.account.secret | b64enc | quote }}