Skip to content

Commit

Permalink
docs: Replace memcached-operator in v1.39.0 update instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
blu3r4y authored Jan 16, 2025
1 parent 7595583 commit 1d16046
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/content/en/docs/upgrading-sdk-version/v1.39.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ so this release should be easier to follow.
+ kind: NetworkPolicy
+ metadata:
+ labels:
+ app.kubernetes.io/name: memcached-operator
+ app.kubernetes.io/name: <operator-name>
+ app.kubernetes.io/managed-by: kustomize
+ name: allow-metrics-traffic
+ namespace: system
Expand Down Expand Up @@ -107,7 +107,7 @@ so this release should be easier to follow.
+ kind: NetworkPolicy
+ metadata:
+ labels:
+ app.kubernetes.io/name: memcached-operator
+ app.kubernetes.io/name: <operator-name>
+ app.kubernetes.io/managed-by: kustomize
+ name: allow-webhook-traffic
+ namespace: system
Expand Down

0 comments on commit 1d16046

Please sign in to comment.