Skip to content

Commit

Permalink
vso correction (avs trial values now stored in vault for every env) (#…
Browse files Browse the repository at this point in the history
…1289)

* vso correction

* vso correction
  • Loading branch information
ujvaritamas authored Oct 9, 2024
1 parent 190e822 commit a40c8fb
Showing 1 changed file with 18 additions and 22 deletions.
40 changes: 18 additions & 22 deletions resources/keb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,10 @@ vsoSecrets:
externalTesterAccessId: external_tester_access_id
groupId: group_id
parentId: parent_id
trialApiKey: trial_api_key
trialInternalTesterAccessId: trial_internal_tester_access_id
trialGroupId: trial_group_id
trialParentId: trial_parent_id
data:
apiEndpoint: {}
apiKey: {}
Expand All @@ -144,25 +148,17 @@ vsoSecrets:
{{- .Values.avs.externalTesterService -}}
groupId: {}
parentId: {}
trialApiKey:
template: |-
{{- .Values.avs.trialApiKey -}}
trialInternalTesterAccessId:
template: |-
{{- .Values.avs.trialInternalTesterAccessId -}}
trialGroupId:
template: |-
{{- .Values.avs.trialGroupId -}}
trialParentId:
template: |-
{{- .Values.avs.trialParentId -}}
trialApiKey: {}
trialInternalTesterAccessId: {}
trialGroupId: {}
trialParentId: {}
edp:
path: edp
secretName: "{{ .Values.edp.secretName }}"
#restartTargets:
# - kind: Deployment
# name: >-
# {{- template "kyma-env-broker.fullname" . -}}
restartTargets:
- kind: Deployment
name: >-
{{- template "kyma-env-broker.fullname" . -}}
labels: >-
{{ template "kyma-env-broker.labels" . }}
templating:
Expand All @@ -187,9 +183,9 @@ vsoSecrets:
cis-v2:
path: cis
secretName: "{{ .Values.cis.v2.secretName | required \"please specify .Values.cis.v2.secretName\"}}"
#restartTargets:
# - kind: Deployment
# name: "{{- .Values.subaccountSync.name -}}"
restartTargets:
- kind: Deployment
name: "{{- .Values.subaccountSync.name -}}"
labels: >-
{{ template "kyma-env-broker.labels" . }}
templating:
Expand All @@ -203,9 +199,9 @@ vsoSecrets:
cis-accounts:
path: cis
secretName: "{{ .Values.cis.accounts.secretName | required \"please specify .Values.cis.accounts.secretName\"}}"
#restartTargets:
# - kind: Deployment
# name: "{{- .Values.subaccountSync.name -}}"
restartTargets:
- kind: Deployment
name: "{{- .Values.subaccountSync.name -}}"
labels: >-
{{ template "kyma-env-broker.labels" . }}
templating:
Expand Down

0 comments on commit a40c8fb

Please sign in to comment.