Skip to content
This repository has been archived by the owner on Jan 27, 2022. It is now read-only.

Commit

Permalink
MutatingWebhookConfiguration sideeffects none
Browse files Browse the repository at this point in the history
  • Loading branch information
kfirfer committed Feb 10, 2021
1 parent 3b0fada commit af354e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/topolvm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
appVersion: 0.7.0
description: Topolvm
name: topolvm
version: 1.2.1
version: 1.2.2
home: https://github.com/topolvm/topolvm
sources:
- https://github.com/topolvm/helm/tree/master/charts/topolvm
Expand Down
2 changes: 2 additions & 0 deletions charts/topolvm/templates/mutatingwebhooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ webhooks:
apiGroups: [""]
apiVersions: ["v1"]
resources: ["pods"]
sideEffects: None
- name: pvc-hook.topolvm.cybozu.com
namespaceSelector:
matchExpressions:
Expand All @@ -42,3 +43,4 @@ webhooks:
apiGroups: [""]
apiVersions: ["v1"]
resources: ["persistentvolumeclaims"]
sideEffects: None

0 comments on commit af354e2

Please sign in to comment.