Skip to content

Commit

Permalink
Added resource manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
PrateekKumar1709 committed Feb 29, 2024
1 parent 7059e12 commit e48fcdc
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
File renamed without changes.
17 changes: 17 additions & 0 deletions argo.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: vault-secrets-app
namespace: argocd # Install the application in Argo CD's namespace
spec:
project: default # Assign the Application to the 'default' project
source:
repoURL: https://github.com/PrateekKumar1709/External-Secrets-Operator-Tutorial
targetRevision: HEAD # Or a specific branch/tag
path: ExternalSecret # Since the ExternalSecret.yaml is at the root of your repo
destination:
server: https://kubernetes.default.svc # The Kubernetes API server
namespace: external-secrets # Target namespace for the ExternalSecret
syncPolicy:
automated: # Enable automatic syncing
prune: true

0 comments on commit e48fcdc

Please sign in to comment.