diff --git a/charts/hobbyfarm/templates/accesscode-service/deployment.yaml b/charts/hobbyfarm/templates/accesscode-service/deployment.yaml index 66a66e5..f036f76 100644 --- a/charts/hobbyfarm/templates/accesscode-service/deployment.yaml +++ b/charts/hobbyfarm/templates/accesscode-service/deployment.yaml @@ -45,8 +45,16 @@ spec: mountPath: "/etc/ssl/certs/tls.crt" subPath: tls.crt readOnly: true + - name: webhook-secret + mountPath: "/webhook-secret/ca.crt" + subPath: ca.crt + readOnly: true volumes: - name: accesscode-secret secret: secretName: hobbyfarm-grpc-secret + optional: false + - name: webhook-secret + secret: + secretName: hobbyfarm-webhook-secret optional: false \ No newline at end of file diff --git a/charts/hobbyfarm/templates/authn-service/deployment.yaml b/charts/hobbyfarm/templates/authn-service/deployment.yaml index 16f2a96..5200308 100644 --- a/charts/hobbyfarm/templates/authn-service/deployment.yaml +++ b/charts/hobbyfarm/templates/authn-service/deployment.yaml @@ -48,8 +48,16 @@ spec: mountPath: "/etc/ssl/certs/tls.crt" subPath: tls.crt readOnly: true + - name: webhook-secret + mountPath: "/webhook-secret/ca.crt" + subPath: ca.crt + readOnly: true volumes: - name: authn-secret secret: secretName: hobbyfarm-grpc-secret + optional: false + - name: webhook-secret + secret: + secretName: hobbyfarm-webhook-secret optional: false \ No newline at end of file diff --git a/charts/hobbyfarm/templates/authr-service/deployment.yaml b/charts/hobbyfarm/templates/authr-service/deployment.yaml index bacc628..93f24b6 100644 --- a/charts/hobbyfarm/templates/authr-service/deployment.yaml +++ b/charts/hobbyfarm/templates/authr-service/deployment.yaml @@ -45,8 +45,16 @@ spec: mountPath: "/etc/ssl/certs/tls.crt" subPath: tls.crt readOnly: true + - name: webhook-secret + mountPath: "/webhook-secret/ca.crt" + subPath: ca.crt + readOnly: true volumes: - name: authr-secret secret: secretName: hobbyfarm-grpc-secret + optional: false + - name: webhook-secret + secret: + secretName: hobbyfarm-webhook-secret optional: false \ No newline at end of file diff --git a/charts/hobbyfarm/templates/gargantua/deployment.yaml b/charts/hobbyfarm/templates/gargantua/deployment.yaml index d47e3dc..e44ac57 100644 --- a/charts/hobbyfarm/templates/gargantua/deployment.yaml +++ b/charts/hobbyfarm/templates/gargantua/deployment.yaml @@ -48,8 +48,16 @@ spec: mountPath: "/etc/ssl/certs/tls.crt" subPath: tls.crt readOnly: true + - name: webhook-secret + mountPath: "/webhook-secret/ca.crt" + subPath: ca.crt + readOnly: true volumes: - name: auth-secret secret: secretName: hobbyfarm-grpc-secret optional: false + - name: webhook-secret + secret: + secretName: hobbyfarm-webhook-secret + optional: false \ No newline at end of file diff --git a/charts/hobbyfarm/templates/rbac-service/deployment.yaml b/charts/hobbyfarm/templates/rbac-service/deployment.yaml index 8c7e31e..5fffdd3 100644 --- a/charts/hobbyfarm/templates/rbac-service/deployment.yaml +++ b/charts/hobbyfarm/templates/rbac-service/deployment.yaml @@ -48,8 +48,16 @@ spec: mountPath: "/etc/ssl/certs/tls.crt" subPath: tls.crt readOnly: true + - name: webhook-secret + mountPath: "/webhook-secret/ca.crt" + subPath: ca.crt + readOnly: true volumes: - name: rbac-secret secret: secretName: hobbyfarm-grpc-secret + optional: false + - name: webhook-secret + secret: + secretName: hobbyfarm-webhook-secret optional: false \ No newline at end of file