Skip to content

Commit 6397a9e

Browse files
Merge pull request #296540 from msftadam/patch-67
Update helm-requirements.md
2 parents 1d98ceb + b1efda2 commit 6397a9e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/operator-service-manager/helm-requirements.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,8 @@ The following `values.yaml` shows an example of how a publisher can provide the
162162

163163
```json
164164
global:
165-
registryPath: “
166-
imagePullSecrets: []
165+
registryPath: “azure.io”
166+
imagePullSecrets: ["abc123"]
167167
```
168168

169169
> [!NOTE]
@@ -204,8 +204,8 @@ The following `values.yaml` shows an example of how a publisher can provide the
204204

205205
```json
206206
global:
207-
registryPath: “”
208-
imagePullSecrets: []
207+
registryPath: “azure.io
208+
imagePullSecrets: ["abc123"]
209209
```
210210

211211
> [!NOTE]

0 commit comments

Comments
 (0)