Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,17 +1,7 @@
# Create aster-helm Kustomization
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
# Include the following configuration files
configurations:
- configurations/names.yaml
# Include the following resources
resources:
- resources/release.yaml
- resources/repository.yaml
# Generate secrets
secretGenerator:
- files:
# It's important to include extension in the key
# SOPS will use it to determine the format of the content
- values.yaml=secrets/values.yaml
name: aster-helm-secrets-values
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,4 @@ spec:
postRenderers: []
values:
aster:
urls:
public: https://aster.k8s.spietras.dev
scorpion:
public:
scheme: https
host: scorpion.k8s.spietras.dev
port: null
debug: false
valuesFrom:
- kind: Secret
name: aster-helm-secrets-values
valuesKey: values.yaml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,12 @@ spec:
postRenderers: []
values:
crocus:
orchid:
public:
scheme: https
debug: false
urls:
orchid:
host: orchid.k8s.spietras.dev
port: null
scheme: https
valuesFrom:
- kind: Secret
name: crocus-helm-secrets-values
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,17 +1,7 @@
# Create daisy-helm Kustomization
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
# Include the following configuration files
configurations:
- configurations/names.yaml
# Include the following resources
resources:
- resources/release.yaml
- resources/repository.yaml
# Generate secrets
secretGenerator:
- files:
# It's important to include extension in the key
# SOPS will use it to determine the format of the content
- values.yaml=secrets/values.yaml
name: daisy-helm-secrets-values
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,4 @@ spec:
postRenderers: []
values:
daisy:
urls:
public: https://daisy.k8s.spietras.dev
scorpion:
public:
scheme: https
host: scorpion.k8s.spietras.dev
port: null
debug: false
valuesFrom:
- kind: Secret
name: daisy-helm-secrets-values
valuesKey: values.yaml

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,17 +1,7 @@
# Create jasmine-helm Kustomization
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
# Include the following configuration files
configurations:
- configurations/names.yaml
# Include the following resources
resources:
- resources/release.yaml
- resources/repository.yaml
# Generate secrets
secretGenerator:
- files:
# It's important to include extension in the key
# SOPS will use it to determine the format of the content
- values.yaml=secrets/values.yaml
name: jasmine-helm-secrets-values
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,4 @@ spec:
postRenderers: []
values:
jasmine:
urls:
public: https://jasmine.k8s.spietras.dev
scorpion:
public:
scheme: https
host: scorpion.k8s.spietras.dev
port: null
debug: false
valuesFrom:
- kind: Secret
name: jasmine-helm-secrets-values
valuesKey: values.yaml

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,17 +1,7 @@
# Create lotus-helm Kustomization
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
# Include the following configuration files
configurations:
- configurations/names.yaml
# Include the following resources
resources:
- resources/release.yaml
- resources/repository.yaml
# Generate secrets
secretGenerator:
- files:
# It's important to include extension in the key
# SOPS will use it to determine the format of the content
- values.yaml=secrets/values.yaml
name: lotus-helm-secrets-values
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,4 @@ spec:
postRenderers: []
values:
lotus:
urls:
public: https://lotus.k8s.spietras.dev
scorpion:
public:
scheme: https
host: scorpion.k8s.spietras.dev
port: null
debug: false
valuesFrom:
- kind: Secret
name: lotus-helm-secrets-values
valuesKey: values.yaml

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,17 +1,7 @@
# Create magnolia-helm Kustomization
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
# Include the following configuration files
configurations:
- configurations/names.yaml
# Include the following resources
resources:
- resources/release.yaml
- resources/repository.yaml
# Generate secrets
secretGenerator:
- files:
# It's important to include extension in the key
# SOPS will use it to determine the format of the content
- values.yaml=secrets/values.yaml
name: magnolia-helm-secrets-values
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,4 @@ spec:
postRenderers: []
values:
magnolia:
urls:
public: https://magnolia.k8s.spietras.dev
scorpion:
public:
scheme: https
host: scorpion.k8s.spietras.dev
port: null
debug: false
valuesFrom:
- kind: Secret
name: magnolia-helm-secrets-values
valuesKey: values.yaml
Loading
Loading