test in app secret decrypt and import
This commit is contained in:
23
projects/k3s-cluster-secrets.yaml
Normal file
23
projects/k3s-cluster-secrets.yaml
Normal file
@@ -0,0 +1,23 @@
|
||||
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: ""
|
||||
@@ -3,7 +3,7 @@
|
||||
"userGivenName": "app-secrets",
|
||||
"destNamespace": "argocd",
|
||||
"destServer": "https://kubernetes.default.svc",
|
||||
"srcPath": "resources/secrets/env/k3s-cluster",
|
||||
"srcPath": "secrets/env/k3s-cluster",
|
||||
"srcRepoURL": "https://github.com/3dwardch3ng/home-cluster-ops.git",
|
||||
"srcTargetRevision": "",
|
||||
"labels": null,
|
||||
Reference in New Issue
Block a user