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.
1 parent 94f2110 commit 6cdaf8bCopy full SHA for 6cdaf8b
docs/get-started/labs/create-netpols.md
@@ -90,7 +90,7 @@ Name: `vote`
90
image:
91
repository: harbor.<your-domain>/team-<team-name>/vote
92
pullPolicy: IfNotPresent
93
- tag: latest
+ tag: main
94
containerPorts:
95
- name: http
96
containerPort: 80
@@ -111,7 +111,7 @@ Name: `worker`
111
112
repository: harbor.<your-domain>/team-<team-name>/worker
113
114
115
116
117
@@ -148,7 +148,7 @@ Name: `result`
148
149
repository: harbor.<your-domain>/team-<team-name>/result
150
151
152
153
154
0 commit comments