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
- Add AKS installation best practices, fixes#3828.
- Add problem diagnostics for Argo Helm installation issues, fixes#4184.
- Add FAQ entry around data output from one resource being input to the
next.
Set the reference to point to the resource you want:
185
+
```yaml
186
+
diskEncryptionSetReference:
187
+
group: compute.azure.com
188
+
kind: DiskEncryptionSet
189
+
name: my-disk-encryption-set
190
+
```
191
+
192
+
For other fields: Not every field can be exported/imported. ASO does not have general purpose DAG support, nor does it have a
193
+
general-purpose templating language to describe such relationships. Instead, important properties can be imported/exported
194
+
from `ConfigMaps` or `Secrets`. See [setting UMI details on pods](#when-using-workload-identity-how-can-i-easily-inject-the-aso-created-user-managed-identity-details-onto-the-service-account)
195
+
above for one example of this. Another example can be found in
0 commit comments