Skip to content

Commit 314c7d2

Browse files
committed
Revert "WIP: test application removal"
This reverts commit d1f2d85.
1 parent d1f2d85 commit 314c7d2

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

values-standalone.yaml

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -22,29 +22,29 @@ clusterGroup:
2222
# about and sets, so this is also possible, for example:
2323
# - '/overrides/values-{{ $.Values.global.hubClusterDomain }}.yaml'
2424
# - '/overrides/values-{{ $.Values.global.localClusterDomain }}.yaml'
25-
applications: {}
26-
# vault:
27-
# name: vault
28-
# namespace: vault
29-
# project: hub
30-
# chart: hashicorp-vault
31-
# chartVersion: 0.1.*
32-
# golang-external-secrets:
33-
# name: golang-external-secrets
34-
# namespace: golang-external-secrets
35-
# project: hub
36-
# chart: golang-external-secrets
37-
# chartVersion: 0.1.*
38-
# config-demo:
39-
# name: config-demo
40-
# namespace: config-demo
41-
# project: config-demo
42-
# path: charts/all/config-demo
43-
# hello-world:
44-
# name: hello-world
45-
# namespace: hello-world
46-
# project: hello-world
47-
# path: charts/all/hello-world
25+
applications:
26+
vault:
27+
name: vault
28+
namespace: vault
29+
project: hub
30+
chart: hashicorp-vault
31+
chartVersion: 0.1.*
32+
golang-external-secrets:
33+
name: golang-external-secrets
34+
namespace: golang-external-secrets
35+
project: hub
36+
chart: golang-external-secrets
37+
chartVersion: 0.1.*
38+
config-demo:
39+
name: config-demo
40+
namespace: config-demo
41+
project: config-demo
42+
path: charts/all/config-demo
43+
hello-world:
44+
name: hello-world
45+
namespace: hello-world
46+
project: hello-world
47+
path: charts/all/hello-world
4848
imperative:
4949
# NOTE: We *must* use lists and not hashes. As hashes lose ordering once parsed by helm
5050
# The default schedule is every 10 minutes: imperative.schedule

0 commit comments

Comments
 (0)