- Remove helius/jupiter placeholders from trading-secrets.yaml - Create new solana-api-keys.yaml with helius-api-key and jupiter-api-key - Update kustomization.yaml to include solana-api-keys.yaml Convention: each secret group gets its own SOPS-encrypted file instead of adding new keys to an already encrypted file.
7 lines
162 B
YAML
7 lines
162 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
- trading-secrets.yaml
|
|
- execute-service-jwt-secret.yaml
|
|
- solana-api-keys.yaml
|