Skip to content

Commit

Permalink
implement script to sync webhookConfigurations to helm charts and val…
Browse files Browse the repository at this point in the history
…idate automatically (#1560)

Signed-off-by: B1F030 <646337422@qq.com>
  • Loading branch information
B1F030 committed Jan 29, 2024
1 parent 6ec9c9c commit 0edd519
Show file tree
Hide file tree
Showing 3 changed files with 776 additions and 601 deletions.
2 changes: 1 addition & 1 deletion charts/kueue/templates/webhook/service.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
kind: Service
metadata:
name: {{ include "kueue.fullname" . }}-webhook-service
name: '{{ include "kueue.fullname" . }}-webhook-service'
namespace: '{{ .Release.Namespace }}'
spec:
type: {{ .Values.webhookService.type }}
Expand Down
Loading

0 comments on commit 0edd519

Please sign in to comment.