29 lines
860 B
YAML
29 lines
860 B
YAML
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: agent-manager-secret
|
|
namespace: agent-manager
|
|
type: Opaque
|
|
stringData:
|
|
# Azure 凭据
|
|
AZURE_TENANT_ID: "263c3ff6-1be5-4141-8308-b188464fb297"
|
|
AZURE_CLIENT_ID: "f2dd1cb2-02f6-4efb-bc72-d148f6e01545"
|
|
AZURE_CLIENT_SECRET: "Gql8Q~IuAGYgY6JkCcx1eQCIWLbA_xcbW7MShbWM"
|
|
|
|
# Gitee 凭据(敏感信息)
|
|
GITEE_TOKEN: "your-gitee-token"
|
|
GITEE_PASSWORD: "your-gitee-password"
|
|
|
|
# Heicode Integration (NEW)
|
|
HEICODE_SERVICE_TOKEN: "heicode-prod-token-change-me"
|
|
|
|
# Vault Integration (Phase 5)
|
|
VAULT_TOKEN: "vault-token-change-me"
|
|
|
|
# Runtime artifact Azure Blob storage
|
|
# Prefer a full connection string. If omitted, set AZURE_STORAGE_ACCOUNT and AZURE_STORAGE_KEY.
|
|
AZURE_STORAGE_CONNECTION_STRING: ""
|
|
AZURE_STORAGE_ACCOUNT: ""
|
|
AZURE_STORAGE_KEY: ""
|
|
AZURE_BLOB_CONTAINER: "heicode-artifacts"
|