You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/hugo/content/guide/secrets.md
+34-2
Original file line number
Diff line number
Diff line change
@@ -53,13 +53,45 @@ For this reason, we recommend if you expect to perform secret rotation to mount
53
53
## How to retrieve secrets created by Azure
54
54
55
55
Some Azure resources produce secrets themselves. ASO supports automatically querying these secrets
56
-
and storing them in the [SecretDestination](https://pkg.go.dev/github.com/Azure/azure-service-operator/v2/pkg/genruntime#SecretDestination) you specify.
56
+
and storing them in the [SecretDestination](https://pkg.go.dev/github.com/Azure/azure-service-operator/v2/pkg/genruntime#SecretDestination)
57
+
you specify. This is done with the `.spec.operatorSpec.secrets` field, if you just need the secret itself,
58
+
or the [`.spec.operatorSpec.secretExpressions`]( {{< relref "expressions" >}} ) field, if you want the secret formatted in some way.
57
59
58
60
These secrets will be written to the destination(s) you specify once the resource has successfully been provisioned in Azure.
59
61
The resource will not move to [Condition]( {{< relref "conditions" >}} ) `Ready=True`
0 commit comments