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
add k8s secret for pkcs12
  • Loading branch information
Tarkan Nein committed May 30, 2022
commit 87549ee8ad308e2bac41c31ae8a43e4f5161c01b
9 changes: 9 additions & 0 deletions devops/charts/templates/secret.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
apiVersion: v1
kind: Secret
type: Opaque
metadata:
name: pkcs12-key-store-secret
namespace: xs2a-adapter-dev
data:
key-store-password: null
key-store.p12: {{ tpl (toString .Values.adapter.secrets.keyStoreP12 ) $ | b64enc | quote }}