feat: rename kustomizations/ to values/

This commit is contained in:
2024-10-14 07:59:16 +02:00
parent 91b56423f2
commit 372c11c31e
165 changed files with 28 additions and 28 deletions
+1 -1
View File
@@ -1 +1 @@
kustomizations/petimeter/manifests/acl.json values/petimeter/manifests/acl.json
+1 -1
View File
@@ -29,7 +29,7 @@ spec:
sources: sources:
- repoURL: https://gitlab.com/oceanbox/manifests.git - repoURL: https://gitlab.com/oceanbox/manifests.git
targetRevision: main targetRevision: main
path: kustomizations/archmeister path: values/archmeister
plugin: plugin:
name: kustomize-helm-with-rewrite name: kustomize-helm-with-rewrite
parameters: parameters:
+1 -1
View File
@@ -71,7 +71,7 @@ in
{ {
repoURL = "https://gitlab.com/oceanbox/manifests.git"; repoURL = "https://gitlab.com/oceanbox/manifests.git";
targetRevision = "{{`{{.revision}}`}}"; targetRevision = "{{`{{.revision}}`}}";
path = "kustomizations/atlantis"; path = "values/atlantis";
plugin = { plugin = {
name = "kustomize-helm-with-rewrite"; name = "kustomize-helm-with-rewrite";
parameters = [ parameters = [
+1 -1
View File
@@ -29,7 +29,7 @@ spec:
sources: sources:
- repoURL: https://gitlab.com/oceanbox/manifests.git - repoURL: https://gitlab.com/oceanbox/manifests.git
targetRevision: main targetRevision: main
path: kustomizations/atlantis path: values/atlantis
plugin: plugin:
name: kustomize-helm-with-rewrite name: kustomize-helm-with-rewrite
parameters: parameters:
+1 -1
View File
@@ -24,7 +24,7 @@ spec:
source: source:
repoURL: https://gitlab.com/oceanbox/manifests.git repoURL: https://gitlab.com/oceanbox/manifests.git
targetRevision: main targetRevision: main
path: kustomizations/busynix path: values/busynix
plugin: plugin:
name: kustomize-helm-with-rewrite name: kustomize-helm-with-rewrite
parameters: parameters:
+2 -2
View File
@@ -25,8 +25,8 @@ spec:
chart: cerbos chart: cerbos
helm: helm:
valueFiles: valueFiles:
- $values/kustomizations/cerbos/values.yaml - $values/values/cerbos/values.yaml
- $values/kustomizations/cerbos/values-{{ env }}.yaml - $values/values/cerbos/values-{{ env }}.yaml
- repoURL: https://gitlab.com/oceanbox/manifests.git - repoURL: https://gitlab.com/oceanbox/manifests.git
targetRevision: main targetRevision: main
ref: values ref: values
+1 -1
View File
@@ -11,5 +11,5 @@ spec:
source: source:
repoURL: https://gitlab.com/oceanbox/manifests.git repoURL: https://gitlab.com/oceanbox/manifests.git
targetRevision: main targetRevision: main
path: kustomizations/dex/manifests path: values/dex/manifests
+1 -1
View File
@@ -24,7 +24,7 @@ spec:
sources: sources:
- repoURL: https://gitlab.com/oceanbox/manifests.git - repoURL: https://gitlab.com/oceanbox/manifests.git
targetRevision: main targetRevision: main
path: kustomizations/geoserver path: values/geoserver
plugin: plugin:
name: kustomize-helm-with-rewrite name: kustomize-helm-with-rewrite
parameters: parameters:
+1 -1
View File
@@ -29,7 +29,7 @@ spec:
sources: sources:
- repoURL: https://gitlab.com/oceanbox/manifests.git - repoURL: https://gitlab.com/oceanbox/manifests.git
targetRevision: main targetRevision: main
path: kustomizations/hipster path: values/hipster
plugin: plugin:
name: kustomize-helm-with-rewrite name: kustomize-helm-with-rewrite
parameters: parameters:
+2 -2
View File
@@ -14,9 +14,9 @@ spec:
chart: jaeger-operator chart: jaeger-operator
helm: helm:
valueFiles: valueFiles:
- $values/kustomizations/jaeger/values.yaml - $values/values/jaeger/values.yaml
- repoURL: https://gitlab.com/oceanbox/manifests.git - repoURL: https://gitlab.com/oceanbox/manifests.git
targetRevision: main targetRevision: main
# path: kustomizations/jaeger/manifests # path: values/jaeger/manifests
ref: values ref: values
+1 -1
View File
@@ -14,7 +14,7 @@ spec:
chart: keycloak chart: keycloak
helm: helm:
valueFiles: valueFiles:
- $values/kustomizations/keycloak/values.yaml - $values/values/keycloak/values.yaml
- repoURL: https://gitlab.com/oceanbox/manifests.git - repoURL: https://gitlab.com/oceanbox/manifests.git
targetRevision: main targetRevision: main
ref: values ref: values
+2 -2
View File
@@ -32,8 +32,8 @@ spec:
chart: openfga chart: openfga
helm: helm:
valueFiles: valueFiles:
- $values/kustomizations/openfga/values.yaml - $values/values/openfga/values.yaml
- $values/kustomizations/openfga/values-{{ .env }}.yaml - $values/values/openfga/values-{{ .env }}.yaml
- repoURL: https://gitlab.com/oceanbox/manifests.git - repoURL: https://gitlab.com/oceanbox/manifests.git
targetRevision: main targetRevision: main
ref: values ref: values
+1 -1
View File
@@ -24,7 +24,7 @@ spec:
source: source:
repoURL: https://gitlab.com/oceanbox/manifests.git repoURL: https://gitlab.com/oceanbox/manifests.git
targetRevision: HEAD targetRevision: HEAD
path: kustomizations/osm-tile-server path: values/osm-tile-server
plugin: plugin:
name: kustomize-helm-with-rewrite name: kustomize-helm-with-rewrite
parameters: parameters:
+2 -2
View File
@@ -29,7 +29,7 @@ spec:
sources: sources:
- repoURL: https://gitlab.com/oceanbox/manifests.git - repoURL: https://gitlab.com/oceanbox/manifests.git
targetRevision: main targetRevision: main
path: kustomizations/petimeter path: values/petimeter
plugin: plugin:
name: kustomize-helm-with-rewrite name: kustomize-helm-with-rewrite
parameters: parameters:
@@ -39,7 +39,7 @@ spec:
string: '{{ .hostname }}' string: '{{ .hostname }}'
- repoURL: https://gitlab.com/oceanbox/manifests.git - repoURL: https://gitlab.com/oceanbox/manifests.git
targetRevision: main targetRevision: main
path: kustomizations/petimeter/manifests path: values/petimeter/manifests
templatePatch: | templatePatch: |
{{- if .autoSync }} {{- if .autoSync }}
spec: spec:
+2 -2
View File
@@ -27,8 +27,8 @@ spec:
chart: rabbitmq chart: rabbitmq
helm: helm:
valueFiles: valueFiles:
- $values/kustomizations/rabbitmq/values-{{ env }}.yaml - $values/values/rabbitmq/values-{{ env }}.yaml
- repoURL: https://gitlab.com/oceanbox/manifests.git - repoURL: https://gitlab.com/oceanbox/manifests.git
targetRevision: main targetRevision: main
path: kustomizations/rabbitmq/{{ env }} path: values/rabbitmq/{{ env }}
ref: values ref: values
+2 -2
View File
@@ -25,13 +25,13 @@ spec:
chart: redis chart: redis
helm: helm:
valueFiles: valueFiles:
- $values/kustomizations/redis/values-{{ env }}.yaml - $values/values/redis/values-{{ env }}.yaml
- repoURL: https://gitlab.com/oceanbox/manifests.git - repoURL: https://gitlab.com/oceanbox/manifests.git
targetRevision: HEAD targetRevision: HEAD
ref: values ref: values
- repoURL: https://gitlab.com/oceanbox/manifests.git - repoURL: https://gitlab.com/oceanbox/manifests.git
targetRevision: main targetRevision: main
path: kustomizations/redis/{{ env }} path: values/redis/{{ env }}
ignoreDifferences: ignoreDifferences:
- group: apps - group: apps
kind: StatefulSet kind: StatefulSet
+1 -1
View File
@@ -14,7 +14,7 @@ spec:
chart: seq chart: seq
helm: helm:
valueFiles: valueFiles:
- $values/kustomizations/seq/values.yaml - $values/values/seq/values.yaml
- repoURL: https://gitlab.com/oceanbox/manifests.git - repoURL: https://gitlab.com/oceanbox/manifests.git
targetRevision: main targetRevision: main
ref: values ref: values
+1 -1
View File
@@ -29,7 +29,7 @@ spec:
sources: sources:
- repoURL: https://gitlab.com/oceanbox/manifests.git - repoURL: https://gitlab.com/oceanbox/manifests.git
targetRevision: main targetRevision: main
path: kustomizations/sorcerer path: values/sorcerer
plugin: plugin:
name: kustomize-helm-with-rewrite name: kustomize-helm-with-rewrite
parameters: parameters:
@@ -24,14 +24,14 @@ spec:
sources: sources:
- repoURL: https://gitlab.com/oceanbox/manifests.git - repoURL: https://gitlab.com/oceanbox/manifests.git
targetRevision: main targetRevision: main
path: 'kustomizations/dex/{{ env }}' path: 'values/dex/{{ env }}'
- repoURL: https://charts.dexidp.io - repoURL: https://charts.dexidp.io
targetRevision: 0.16.0 targetRevision: 0.16.0
chart: dex chart: dex
helm: helm:
valueFiles: valueFiles:
- $values/kustomizations/dex/values.yaml - $manifests/values/dex/values.yaml
- $values/kustomizations/dex/values-{{ env }}.yaml - $manifests/values/dex/values-{{ env }}.yaml
- repoURL: https://gitlab.com/oceanbox/manifests.git - repoURL: https://gitlab.com/oceanbox/manifests.git
targetRevision: main targetRevision: main
ref: values ref: values
@@ -11,5 +11,5 @@ spec:
source: source:
repoURL: https://gitlab.com/oceanbox/manifests.git repoURL: https://gitlab.com/oceanbox/manifests.git
targetRevision: main targetRevision: main
path: kustomizations/dex/resources path: values/dex/resources

Some files were not shown because too many files have changed in this diff Show More