diff --git a/chart/values.pichu.amber.yaml b/chart/values.pichu.amber.yaml new file mode 100644 index 0000000..21ddaed --- /dev/null +++ b/chart/values.pichu.amber.yaml @@ -0,0 +1,34 @@ +serviceTree: + landscape: &landscape pichu + cluster: &cluster amber + +tags: &tags + atomi.cloud/landscape: *landscape + atomi.cloud/cluster: *cluster + +external-secrets: + podAnnotations: + <<: *tags + podLabels: + <<: *tags + + webhook: + podLabels: + <<: *tags + podAnnotations: + <<: *tags + + certController: + podLabels: + <<: *tags + podAnnotations: + <<: *tags + +rootToken: + name: root-token + clientIdKey: CLIENT_ID + clientSecretKey: CLIENT_SECRET + type: infisical + project: sulfoxide-sos + secretsPath: / + hostAPI: https://secrets.atomi.cloud \ No newline at end of file diff --git a/chart/values.pichu.topaz.yaml b/chart/values.pichu.topaz.yaml new file mode 100644 index 0000000..3e0ffa3 --- /dev/null +++ b/chart/values.pichu.topaz.yaml @@ -0,0 +1,34 @@ +serviceTree: + landscape: &landscape pichu + cluster: &cluster topaz + +tags: &tags + atomi.cloud/landscape: *landscape + atomi.cloud/cluster: *cluster + +external-secrets: + podAnnotations: + <<: *tags + podLabels: + <<: *tags + + webhook: + podLabels: + <<: *tags + podAnnotations: + <<: *tags + + certController: + podLabels: + <<: *tags + podAnnotations: + <<: *tags + +rootToken: + name: root-token + clientIdKey: CLIENT_ID + clientSecretKey: CLIENT_SECRET + type: infisical + project: sulfoxide-sos + secretsPath: / + hostAPI: https://secrets.atomi.cloud \ No newline at end of file diff --git a/chart/values.pikachu.amber.yaml b/chart/values.pikachu.amber.yaml new file mode 100644 index 0000000..0e93bca --- /dev/null +++ b/chart/values.pikachu.amber.yaml @@ -0,0 +1,34 @@ +serviceTree: + landscape: &landscape pikachu + cluster: &cluster amber + +tags: &tags + atomi.cloud/landscape: *landscape + atomi.cloud/cluster: *cluster + +external-secrets: + podAnnotations: + <<: *tags + podLabels: + <<: *tags + + webhook: + podLabels: + <<: *tags + podAnnotations: + <<: *tags + + certController: + podLabels: + <<: *tags + podAnnotations: + <<: *tags + +rootToken: + name: root-token + clientIdKey: CLIENT_ID + clientSecretKey: CLIENT_SECRET + type: infisical + project: sulfoxide-sos + secretsPath: / + hostAPI: https://secrets.atomi.cloud \ No newline at end of file diff --git a/chart/values.pikachu.topaz.yaml b/chart/values.pikachu.topaz.yaml new file mode 100644 index 0000000..c5e88c5 --- /dev/null +++ b/chart/values.pikachu.topaz.yaml @@ -0,0 +1,34 @@ +serviceTree: + landscape: &landscape pikachu + cluster: &cluster topaz + +tags: &tags + atomi.cloud/landscape: *landscape + atomi.cloud/cluster: *cluster + +external-secrets: + podAnnotations: + <<: *tags + podLabels: + <<: *tags + + webhook: + podLabels: + <<: *tags + podAnnotations: + <<: *tags + + certController: + podLabels: + <<: *tags + podAnnotations: + <<: *tags + +rootToken: + name: root-token + clientIdKey: CLIENT_ID + clientSecretKey: CLIENT_SECRET + type: infisical + project: sulfoxide-sos + secretsPath: / + hostAPI: https://secrets.atomi.cloud \ No newline at end of file diff --git a/chart/values.raichu.amber.yaml b/chart/values.raichu.amber.yaml new file mode 100644 index 0000000..825d3e8 --- /dev/null +++ b/chart/values.raichu.amber.yaml @@ -0,0 +1,34 @@ +serviceTree: + landscape: &landscape raichu + cluster: &cluster amber + +tags: &tags + atomi.cloud/landscape: *landscape + atomi.cloud/cluster: *cluster + +external-secrets: + podAnnotations: + <<: *tags + podLabels: + <<: *tags + + webhook: + podLabels: + <<: *tags + podAnnotations: + <<: *tags + + certController: + podLabels: + <<: *tags + podAnnotations: + <<: *tags + +rootToken: + name: root-token + clientIdKey: CLIENT_ID + clientSecretKey: CLIENT_SECRET + type: infisical + project: sulfoxide-sos + secretsPath: / + hostAPI: https://secrets.atomi.cloud \ No newline at end of file diff --git a/chart/values.raichu.topaz.yaml b/chart/values.raichu.topaz.yaml new file mode 100644 index 0000000..7976e45 --- /dev/null +++ b/chart/values.raichu.topaz.yaml @@ -0,0 +1,34 @@ +serviceTree: + landscape: &landscape raichu + cluster: &cluster topaz + +tags: &tags + atomi.cloud/landscape: *landscape + atomi.cloud/cluster: *cluster + +external-secrets: + podAnnotations: + <<: *tags + podLabels: + <<: *tags + + webhook: + podLabels: + <<: *tags + podAnnotations: + <<: *tags + + certController: + podLabels: + <<: *tags + podAnnotations: + <<: *tags + +rootToken: + name: root-token + clientIdKey: CLIENT_ID + clientSecretKey: CLIENT_SECRET + type: infisical + project: sulfoxide-sos + secretsPath: / + hostAPI: https://secrets.atomi.cloud \ No newline at end of file