Skip to content

Commit

Permalink
Add externalsecret for webhook cert
Browse files Browse the repository at this point in the history
Signed-off-by: Isaiah Stapleton <[email protected]>
  • Loading branch information
IsaiahStapleton committed Oct 8, 2024
1 parent e89c5d9 commit bc2f01e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions webhooks/assign-class-label/externalsecret.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
apiVersion: external-secrets.io/v1beta1
kind: ExternalSecret
metadata:
name: webhook-cert
namespace: rhods-notebooks
spec:
secretStoreRef:
name: nerc-secret-store
kind: SecretStore
target:
name: webhook-cert
data:
- secretKey: webhook-cert
remoteRef:
key: nerc/nerc-ocp-prod/rhods-notebooks/webhook-cert
property: webhook-cert

0 comments on commit bc2f01e

Please sign in to comment.