bugfix: worker

main
Sven Ketelsen 4 years ago
parent 0e4e4ae8b1
commit 9d61980412

@ -3,5 +3,5 @@ kind: Secret
metadata: metadata:
name: "sepa-exporter-secrets" name: "sepa-exporter-secrets"
data: data:
SMA_WORKFLOW_AUTH_TOKEN: "{{ .Values.sepaExporter.workflow.api_token }}" SMA_WORKFLOW_AUTH_TOKEN: "{{ .Values.sepaExporter.workflow.api_token | b64enc }}"
SMA_DOCUMENT_AUTH_TOKEN: "{{ .Values.sepaExporter.document.api_token }}" SMA_DOCUMENT_AUTH_TOKEN: "{{ .Values.sepaExporter.document.api_token | b64enc }}"

@ -3,5 +3,5 @@ kind: Secret
metadata: metadata:
name: "uba-export-secrets" name: "uba-export-secrets"
data: data:
SMA_WORKFLOW_AUTH_TOKEN: "{{ .Values.ubaExporter.workflow.api_token }}" SMA_WORKFLOW_AUTH_TOKEN: "{{ .Values.ubaExporter.workflow.api_token | b64enc }}"
SMA_DOCUMENT_AUTH_TOKEN: "{{ .Values.ubaExporter.document.api_token }}" SMA_DOCUMENT_AUTH_TOKEN: "{{ .Values.ubaExporter.document.api_token | b64enc }}"

@ -3,4 +3,4 @@ kind: Secret
metadata: metadata:
name: "wordpress-secrets" name: "wordpress-secrets"
data: data:
SMA_WORKFLOW_AUTH_TOKEN: "{{ .Values.wordpress.workflow.api_token }}" SMA_WORKFLOW_AUTH_TOKEN: "{{ .Values.wordpress.workflow.api_token | b64enc }}"

@ -3,7 +3,6 @@ smardigo:
host: "http://connect" host: "http://connect"
workflow: workflow:
host: "http://connect" host: "http://connect"
api_token: ""
connect: connect:
image: image:
@ -73,7 +72,7 @@ wordpress:
domain: "dev-mobene-nsodev-wordpress.smardigo.digital" domain: "dev-mobene-nsodev-wordpress.smardigo.digital"
workflow: workflow:
# user: buergerportal # user: buergerportal
api_token: "" api_token: "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiZGlyIn0..L3PfqQCFMcw3zZhZkKnfSw.5S5TeOaKiHI5YbAlDNDGrSl3gDMJlHo2RzU2PyS8l5E.-V3tnhFHCNg8KZ25fYIsAw"
sepaExporter: sepaExporter:
image: image:
@ -81,10 +80,10 @@ sepaExporter:
name: "smardigo/sepa-exporter-app" name: "smardigo/sepa-exporter-app"
workflow: workflow:
# user: client.sepa-exporter # user: client.sepa-exporter
api_token: "" api_token: "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiZGlyIn0.._1cfi_IHY5SDZgLwdiPCag.impAXcYnQ7tpLTsWJU98iWhf1hX-VPkndeoxChqjL2c.1IcgI6lcUkPQRwSMiJgOQA"
document: document:
# user: client.sepa-exporter # user: client.sepa-exporter
api_token: "" api_token: "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiZGlyIn0.._1cfi_IHY5SDZgLwdiPCag.impAXcYnQ7tpLTsWJU98iWhf1hX-VPkndeoxChqjL2c.1IcgI6lcUkPQRwSMiJgOQA"
ubaExporter: ubaExporter:
image: image:
@ -92,10 +91,10 @@ ubaExporter:
name: "smardigo/mobene-uba-export-app" name: "smardigo/mobene-uba-export-app"
workflow: workflow:
# user: client.uba-exporter # user: client.uba-exporter
api_token: "" api_token: "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiZGlyIn0..OFcu2Sfz8eM4uPR3s4wdPg.6we1gTQGau2FStphePpaFNBZmRuNvALjInCfGlZ2ZKU.Wtdy-seQgRHGQtche3Py_g"
document: document:
# user: client.uba-exporter # user: client.uba-exporter
api_token: "" api_token: "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiZGlyIn0..OFcu2Sfz8eM4uPR3s4wdPg.6we1gTQGau2FStphePpaFNBZmRuNvALjInCfGlZ2ZKU.Wtdy-seQgRHGQtche3Py_g"
# services which aren't part of the kubernetes cluster # services which aren't part of the kubernetes cluster
sharedService: sharedService:

Loading…
Cancel
Save