Skip to content

Commit

Permalink
[DM-34317] Add sherlock vault-secret
Browse files Browse the repository at this point in the history
This will contain the publishing key
  • Loading branch information
cbanek committed Apr 7, 2022
1 parent 9fef22c commit 39752f2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
9 changes: 9 additions & 0 deletions charts/sherlock/templates/vault-secret.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
apiVersion: ricoberger.de/v1alpha1
kind: VaultSecret
metadata:
name: {{ include "sherlock.fullname" . }}-secret
labels:
{{- include "sherlock.labels" . | nindent 4 }}
spec:
path: {{ required "vaultSecretsPath must be set" .Values.vaultSecretsPath | quote }}
type: Opaque
2 changes: 2 additions & 0 deletions charts/sherlock/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,5 @@ serviceAccount:

# -- URL to push status to via HTTP PUTs.
publish_url: ""

vaultSecretsPath: ""

0 comments on commit 39752f2

Please sign in to comment.