default@encoded-secret
as the secret value in the configuration files and ConfigSync rely on this value to manage secrets.
xXx-Redacted-xXx
.
Config Sync matches the encoded secret in the repository with the actual secret in the Kubernetes secret using the secret data and labels:
app.kubernetes.io/part-of=config-sync
file
: The file name of the file in the repository (such as app/datasources-v2/ds-name.json
)path
: JSON pointer to the secret in the file (such as /properties/password
)value
: The encoded secret value