Skip to content

Commit

Permalink
Merge pull request #29 from spinkube/chore/chart-updates
Browse files Browse the repository at this point in the history
chore(chart): pull in updates from helm-generate
  • Loading branch information
michelleN authored Feb 15, 2024
2 parents d0339ce + 399ae8c commit fcb0b61
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
20 changes: 20 additions & 0 deletions charts/spin-operator/templates/mutating-webhook-configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,24 @@ webhooks:
- UPDATE
resources:
- spinapps
sideEffects: None
- admissionReviewVersions:
- v1
clientConfig:
service:
name: '{{ include "spin-operator.fullname" . }}-webhook-service'
namespace: '{{ .Release.Namespace }}'
path: /mutate-core-spinoperator-dev-v1-spinappexecutor
failurePolicy: Fail
name: mspinappexecutor.kb.io
rules:
- apiGroups:
- core.spinoperator.dev
apiVersions:
- v1
operations:
- CREATE
- UPDATE
resources:
- spinappexecutors
sideEffects: None
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,24 @@ webhooks:
- UPDATE
resources:
- spinapps
sideEffects: None
- admissionReviewVersions:
- v1
clientConfig:
service:
name: '{{ include "spin-operator.fullname" . }}-webhook-service'
namespace: '{{ .Release.Namespace }}'
path: /validate-core-spinoperator-dev-v1-spinappexecutor
failurePolicy: Fail
name: vspinappexecutor.kb.io
rules:
- apiGroups:
- core.spinoperator.dev
apiVersions:
- v1
operations:
- CREATE
- UPDATE
resources:
- spinappexecutors
sideEffects: None

0 comments on commit fcb0b61

Please sign in to comment.