Compare commits
No commits in common. "d31bf716c227f453c4cc04ef18f60b8c1140908b" and "f72b91c549ed382485c9b4b80c2e11858736aa0b" have entirely different histories.
d31bf716c2
...
f72b91c549
0
applications/.empty
Normal file
0
applications/.empty
Normal file
24
data-application-template.yaml
Normal file
24
data-application-template.yaml
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
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
|
||||||
26
terraform-fluxcd-runners/13/configuration-13.yaml
Normal file
26
terraform-fluxcd-runners/13/configuration-13.yaml
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
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"
|
||||||
Loading…
Reference in New Issue
Block a user