| commit | a2cf492bdebb5dd1c9ac702d6a445c7c17143c0e | [log] [tgz] |
|---|---|---|
| author | giolekva <giolekva@gmail.com> | Fri Dec 03 13:18:49 2021 +0400 |
| committer | giolekva <giolekva@gmail.com> | Fri Dec 03 13:18:49 2021 +0400 |
| tree | 22263abdecc56444a3cf5c9c9b76643f327205e4 | |
| parent | 7e73ba7b0734c3651a46f285018dc2bd53fc9201 [diff] [blame] |
Intaller: nebula controller chart
diff --git a/charts/nebula/values.yaml b/charts/nebula/values.yaml new file mode 100644 index 0000000..5f3e30f --- /dev/null +++ b/charts/nebula/values.yaml
@@ -0,0 +1,10 @@ +controller: + image: + repository: giolekva/nebula-controller + tag: latest + pullPolicy: Always +manage: + image: + repository: giolekva/nebula-web + tag: latest + pullPolicy: Always