Browse Source

fix: move PayPal secret configuration under global settings in values.azure.yaml

pull/150/head
selmankoc 2 months ago
parent
commit
a608891271
  1. 4
      etc/k8s/helm-chart/eventhub/values.azure.yaml

4
etc/k8s/helm-chart/eventhub/values.azure.yaml

@ -20,6 +20,8 @@ global:
stringEncryptionDefaultPassPhrase: "TxVIZFPxK33czbbv"
imagePullPolicy: Always
eventHubImageVersion: latest
payPal:
secretName: paypal-secret # look for this secret https://github.com/volosoft/devops/blob/master/old-folder/eventhub/apihost-secret.yaml
account:
containerImage: "volosoft.azurecr.io/eventhub/identityserver"
api:
@ -34,7 +36,5 @@ dbmigrator:
containerImage: "volosoft.azurecr.io/eventhub/dbmigrator"
background-services:
containerImage: "volosoft.azurecr.io/eventhub/background"
payPal:
secretName: paypal-secret # look for this secret https://github.com/volosoft/devops/blob/master/old-folder/eventhub/apihost-secret.yaml
nodeSelector:
agentpool: demopool
Loading…
Cancel
Save