feat: remove commented files

This commit is contained in:
2026-04-26 12:02:14 -05:00
parent ffe49f09e6
commit 9d33556a2a
2 changed files with 0 additions and 113 deletions

View File

@@ -1,38 +1,3 @@
# apiVersion: external-secrets.io/v1
# kind: ExternalSecret
# metadata:
# name: garage-directus-secret
# namespace: {{ .Release.Namespace }}
# labels:
# app.kubernetes.io/name: garage-directus-secret
# {{- include "custom.labels" . | nindent 4 }}
# spec:
# secretStoreRef:
# kind: ClusterSecretStore
# name: openbao
# data:
# - secretKey: ACCESS_KEY_ID
# remoteRef:
# key: /garage/home-infra/directus-assets
# property: ACCESS_KEY_ID
# - secretKey: ACCESS_REGION
# remoteRef:
# key: /garage/home-infra/directus-assets
# property: ACCESS_REGION
# - secretKey: ACCESS_SECRET_KEY
# remoteRef:
# key: /garage/home-infra/directus-assets
# property: ACCESS_SECRET_KEY
# - secretKey: SRC_ENDPOINT
# remoteRef:
# key: /garage/config
# property: ENDPOINT_LOCAL
# - secretKey: DEST_ENDPOINT
# remoteRef:
# key: /garage/config
# property: ENDPOINT_REMOTE
---
apiVersion: external-secrets.io/v1
kind: ExternalSecret
metadata: