Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
Signed-off-by: walnuts1018 <[email protected]>
  • Loading branch information
walnuts1018 committed Nov 1, 2024
1 parent 3e74e6c commit 8174a85
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 4 additions & 0 deletions k8s/_argocd/_components/app.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
name: "argocd",
namespace: "argocd",
}
4 changes: 0 additions & 4 deletions k8s/_argocd/_components/app.libsonnet

This file was deleted.

4 changes: 2 additions & 2 deletions k8s/_argocd/_components/application.jsonnet
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(import '../../common/application-with-helm.libsonnet') {
name: (import 'app.libsonnet').appname,
namespace: (import 'app.libsonnet').namespace,
name: (import 'app.json5').name,
namespace: (import 'app.json5').namespace,
chart: 'argo-cd',
repoURL: 'https://argoproj.github.io/argo-helm',
targetRevision: '7.6.12',
Expand Down
2 changes: 1 addition & 1 deletion k8s/_argocd/_components/externalsecret.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
kind: 'ExternalSecret',
metadata: {
name: 'argocd-oidc',
namespace: (import 'app.libsonnet').namespace,
namespace: (import 'app.json5').namespace,
labels: {
'app.kubernetes.io/part-of': 'argocd',
},
Expand Down

0 comments on commit 8174a85

Please sign in to comment.