23 lines
559 B
YAML
23 lines
559 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: ApplicationSet
|
|
metadata:
|
|
annotations:
|
|
argocd.argoproj.io/sync-wave: "2"
|
|
creationTimestamp: null
|
|
name: app-secrets
|
|
namespace: argocd
|
|
spec:
|
|
generators:
|
|
- git:
|
|
files:
|
|
- path: secrets/env/k3s-cluster/config.json
|
|
repoURL: https://github.com/3dwardch3ng/home-cluster-ops.git
|
|
requeueAfterSeconds: 20
|
|
revision: ""
|
|
template:
|
|
metadata: {}
|
|
spec:
|
|
destination: {}
|
|
project: ""
|
|
source:
|
|
repoURL: "" |