apps: Remove sample nginx app
This commit is contained in:
@@ -2,7 +2,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
resources:
|
||||
- nginx-app.yaml
|
||||
- scriptscribe.yaml
|
||||
- sealed-secrets.yaml
|
||||
- cert-manager.yaml
|
||||
|
||||
@@ -1,20 +0,0 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: nginx
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: default
|
||||
source:
|
||||
repoURL: https://gitea.whyredfire.tech/whyredfire/gitops
|
||||
targetRevision: main
|
||||
path: manifests/nginx
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: nginx
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
Reference in New Issue
Block a user