Compare commits

...

2 Commits

3 changed files with 0 additions and 50 deletions

View File

View File

@ -1,24 +0,0 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: crossplane-claim-{UUID}
namespace: dataprovider01
finalizers:
- resources-finalizer.argocd.argoproj.io
labels:
track-events: claim-application
claim-uuid: "{UUID}"
claim-kind: "{KIND}"
spec:
project: default
source:
repoURL: http://gitea-http.dataprovider01.svc.cluster.local:3000/gitops_test/data-repo.git
path: claims/claim_{UUID}
targetRevision: master
destination:
server: https://kubernetes.default.svc
syncPolicy:
automated:
selfHeal: true
prune: true
allowEmpty: true

View File

@ -1,26 +0,0 @@
apiVersion: infra.contrib.fluxcd.io/v1alpha2
kind: Terraform
metadata:
name: configuration-13
namespace: dataprovider01
labels:
observer: "true"
uuid: "13"
spec:
path: ./terraform-configurations/13
interval: 3m
approvePlan: auto
destroyResourcesOnDeletion: true
sourceRef:
kind: GitRepository
name: terraform-data
runnerPodTemplate:
spec:
envFrom:
- secretRef:
name: ionos-provider-terraform
writeOutputsToSecret:
name: configuration-13-outputs
labels:
observer: "true"
uuid: "13"