Skip to content

Commit

Permalink
Moved github-token secret.
Browse files Browse the repository at this point in the history
  • Loading branch information
ndouglas committed Mar 9, 2024
1 parent cd875e3 commit 26e1eaf
Showing 1 changed file with 0 additions and 14 deletions.
Original file line number Diff line number Diff line change
@@ -1,18 +1,4 @@
---
- name: 'Create a Kubernetes secret for the GitHub token.'
kubernetes.core.k8s:
state: 'present'
definition:
apiVersion: 'v1'
kind: 'Secret'
metadata:
name: 'github-token'
namespace: 'argocd'
type: 'Opaque'
data:
token: "{{ vault.github_token | b64encode }}"
run_once: true

- name: 'Create the "GitOps Repo" ApplicationSet.'
kubernetes.core.k8s:
state: 'present'
Expand Down

0 comments on commit 26e1eaf

Please sign in to comment.