Skip to content

Commit

Permalink
feat: add a secret for cloudflare
Browse files Browse the repository at this point in the history
  • Loading branch information
johnallen3d committed Aug 13, 2024
1 parent f1347b2 commit b5e7a18
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 2 deletions.
20 changes: 20 additions & 0 deletions helm/templates/onepassword-items-cloudflare.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: onepassword-items-cloudflare
namespace: argocd
annotations:
argocd.argoproj.io/sync-wave: "1"
spec:
project: default
source:
repoURL: https://github.com/johnallen3d/argocd-demo.git
targetRevision: HEAD
path: resources/onepassword-items/cloudflare
destination:
server: https://kubernetes.default.svc
namespace: cloudflare
syncPolicy:
automated:
prune: true
selfHeal: true
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: onepassword-items
name: onepassword-items-superset
namespace: argocd
annotations:
argocd.argoproj.io/sync-wave: "1"
Expand All @@ -10,7 +10,7 @@ spec:
source:
repoURL: https://github.com/johnallen3d/argocd-demo.git
targetRevision: HEAD
path: resources/onepassword-items
path: resources/onepassword-items/superset
destination:
server: https://kubernetes.default.svc
namespace: superset
Expand Down
10 changes: 10 additions & 0 deletions resources/onepassword-items/cloudflare/resources.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
apiVersion: onepassword.com/v1
kind: OnePasswordItem
metadata:
name: clourdflare-credentials
namespace: superset
spec:
itemPath: "vaults/k8s/items/cloudflare--3d"

---

File renamed without changes.

0 comments on commit b5e7a18

Please sign in to comment.