Files
devops-infra-helm-charts-gcp/helm-templates/loki-distributed/docs/examples/oss/oss-secrets.yaml
T
2026-08-26 03:39:42 +05:30

10 lines
161 B
YAML

apiVersion: v1
kind: Secret
metadata:
name: loki-secrets
type: Opaque
stringData:
gcp_service_account.json: |
{
GCP_SERVICE_ACCOUNT_JSON_HERE
}