We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7052f10 + 100bf88 commit 35eea8fCopy full SHA for 35eea8f
config/aso/kustomization.yaml
@@ -35,6 +35,26 @@ patches:
35
version: v1
36
kind: Deployment
37
name: azureserviceoperator-controller-manager
38
+ # This implements https://github.com/Azure/azure-service-operator/pull/4011
39
+ # for versions of ASO which don't include that fix.
40
+ - patch: |-
41
+ apiVersion: apps/v1
42
+ kind: Deployment
43
+ metadata:
44
+ name: azureserviceoperator-controller-manager
45
+ namespace: azureserviceoperator-system
46
+ spec:
47
+ template:
48
49
+ containers:
50
+ - name: manager
51
+ env:
52
+ - name: AZURE_USER_AGENT_SUFFIX
53
+ valueFrom:
54
+ secretKeyRef:
55
+ key: AZURE_USER_AGENT_SUFFIX
56
+ name: aso-controller-settings
57
+ optional: true
58
59
replacements:
60
- source:
0 commit comments