Skip to content

Commit

Permalink
Add automation hub token
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Jackson committed Dec 4, 2024
1 parent 933d3e1 commit 44536d0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
15 changes: 15 additions & 0 deletions templates/secret-automation-hub-token.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
apiVersion: "external-secrets.io/v1beta1"
kind: ExternalSecret
metadata:
name: automation-hub-token
spec:
refreshInterval: 15s
secretStoreRef:
name: {{ .Values.secretStore.name }}
kind: {{ .Values.secretStore.kind }}
target:
name: automation-hub-token
dataFrom:
- extract:
key: {{ .Values.agof.automationHubTokenKey }}
1 change: 1 addition & 0 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ aapManifest:

agof:
vaultFileKey: secret/data/hub/agof-vault-file
automationHubTokenKey: secret/data/hub/automation-hub-token

agof_repo: https://github.com/validatedpatterns/agof.git
agof_revision: v2
Expand Down

0 comments on commit 44536d0

Please sign in to comment.