Skip to content

Commit

Permalink
Create Application.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
academiaonline authored Nov 11, 2024
1 parent ddb3767 commit 082b12a
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions main/helm/Application.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: phpinfo-helm
spec:
destination:
namespace: phpinfo-helm
server: https://kubernetes.default.svc
project: default
source:
helm:
valueFiles:
- values.phpinfo-helm.yaml
path: main/helm
repoURL: https://github.com/sebastian-colomar/phpinfo.git
targetRevision: HEAD
syncPolicy:
automated:
prune: true
syncOptions:
- ApplyOutOfSyncOnly=true
- CreateNamespace=true

0 comments on commit 082b12a

Please sign in to comment.