Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

K8s migration #637

Draft
wants to merge 17 commits into
base: develop
Choose a base branch
from
Prev Previous commit
Next Next commit
helm fix pvc claimname
  • Loading branch information
Tarkan Nein committed May 30, 2022
commit 54a6d50b39f8112cd6fdcd877e4e49a00e4bb773
2 changes: 1 addition & 1 deletion devops/charts/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ spec:
secretName: pkcs12-key-store-secret
- name: persistent-volume
persistentVolumeClaim:
claimName: xs2a-adapter-pvc
claimName: {{ include "xs2a-adapter.fullname" . }}-pvc
- configMap:
defaultMode: 292
name: xs2a-adapter-config
Expand Down
2 changes: 1 addition & 1 deletion devops/charts/templates/deploymentConfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ spec:
secretName: pkcs12-key-store-secret
- name: persistent-volume
persistentVolumeClaim:
claimName: xs2a-adapter-pvc
claimName: {{ include "xs2a-adapter.fullname" . }}-pvc
- configMap:
defaultMode: 292
name: xs2a-adapter-config
Expand Down