Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(secrets): Refactor secret filenames #5290

Merged
merged 1 commit into from
Mar 4, 2025
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
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- cloudflare-secrets.yaml
- secrets.yaml
- letsencrypt-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- backups-pvc.yaml
- backups-secret.yaml
- secrets.yaml
- helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- postgres-superuser-secret.yaml
- secrets.yaml
- helmrelease.yaml
- prometheus-rules.yaml
2 changes: 1 addition & 1 deletion kubernetes/main/apps/dbms/emqx/app/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- emqx-secrets.yaml
- secrets.yaml
- helmrelease.yaml
2 changes: 1 addition & 1 deletion kubernetes/main/apps/dbms/pgadmin/app/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- pgadmin-secret.yaml
- secrets.yaml
- helmrelease.yaml
configMapGenerator:
- name: servers-json
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- discord-secrets.yaml
- secrets.yaml
- discord.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- webhooks-secrets.yaml
- secrets.yaml
- ingress.yaml
- receiver.yaml
2 changes: 1 addition & 1 deletion kubernetes/main/apps/home/frigate/app/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- frigate-pvc.yaml
- frigate-secrets.yaml
- secrets.yaml
- helmrelease.yaml
configMapGenerator:
- name: frigate-configmap
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- home-assistant-secrets.yaml
- secrets.yaml
- helmrelease.yaml
- podmonitor.yaml
- prometheus-rules.yaml
2 changes: 1 addition & 1 deletion kubernetes/main/apps/media/bazarr/app/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- bazarr-secrets.yaml
- secrets.yaml
- helmrelease.yaml
configMapGenerator:
- name: bazarr-scripts
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/main/apps/media/immich/app/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- immich-secrets.yaml
- secrets.yaml
- immich-config.yaml
- immich-pvc.yaml
- helmrelease.yaml
Expand Down
4 changes: 2 additions & 2 deletions kubernetes/main/apps/media/immich/db/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- backups-pvc.yaml
- backups-secret.yaml
- backups-secrets.yaml
- cluster.yaml
- helmrelease.yaml
- postgres-superuser-secret.yaml
- pg-secrets.yaml
- service.yaml
labels:
- pairs:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/main/apps/media/lidarr/app/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- lidarr-secrets.yaml
- secrets.yaml
- helmrelease.yaml
- pvc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- navidrome-secrets.yaml
- secrets.yaml
- helmrelease.yaml
2 changes: 1 addition & 1 deletion kubernetes/main/apps/media/plex/app/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- plex-secrets.yaml
- secrets.yaml
- helmrelease.yaml
- cache-pvc.yaml
configMapGenerator:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/main/apps/media/prowlarr/app/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- prowlarr-secrets.yaml
- secrets.yaml
- helmrelease.yaml
configMapGenerator:
- name: prowlarr-loki-rules
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- radarr-4k-secrets.yaml
- secrets.yaml
- helmrelease.yaml
- pvc.yaml
configMapGenerator:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/main/apps/media/radarr/app/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- radarr-secrets.yaml
- secrets.yaml
- helmrelease.yaml
- pvc.yaml
configMapGenerator:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- recyclarr-secrets.yaml
- secrets.yaml
- helmrelease.yaml
namespace: media
configMapGenerator:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/main/apps/media/sabnzbd/app/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- sabnzbd-secrets.yaml
- secrets.yaml
- helmrelease.yaml
2 changes: 1 addition & 1 deletion kubernetes/main/apps/media/sonarr/app/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- sonarr-secrets.yaml
- secrets.yaml
- helmrelease.yaml
- pvc.yaml
configMapGenerator:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ namespace: networking
resources:
- config.yaml
- cloudflared-tunnel.yaml
- cloudflared-secrets.yaml
- secrets.yaml
- helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- external-dns-cloudflare-secrets.yaml
- secrets.yaml
- helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- external-dns-unifi-secrets.yaml
- secrets.yaml
- helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- alertmanager-secrets.yaml
- secrets.yaml
- helmrelease.yaml
configMapGenerator:
- name: alertmanager
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- grafana-secrets.yaml
- secrets.yaml
- helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- loki-secrets.yaml
- secrets.yaml
- helmrelease.yaml
- prometheus-rules.yaml
- service-monitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- unifi-poller-secrets.yaml
- secrets.yaml
- helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- dashboard-secret.yaml
- secrets.yaml
- helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- authentik-secret.yaml
- secrets.yaml
- helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- helmrelease.yaml
- sso-cdn-secret.yaml
- secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- birdnet-secrets.yaml
- secrets.yaml
- helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- dashy-secrets.yaml
- secrets.yaml
- helmrelease.yaml
configMapGenerator:
- name: dashy-icons
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- dmarc-report-secrets.yaml
- secrets.yaml
- helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- configuration.yaml
- homepage-secrets.yaml
- secrets.yaml
- helmrelease.yaml
- rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ocis-secrets.yaml
- secrets.yaml
- helmrelease.yaml
configMapGenerator:
- name: ocis-configmap
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- shlink-secrets.yaml
- secrets.yaml
- helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- helmrelease.yaml
- wikijs-secrets.yaml
- secrets.yaml