Skip to content

Commit

Permalink
feat: add networkpolicy and pdb
Browse files Browse the repository at this point in the history
  • Loading branch information
ialejandro committed Sep 4, 2024
1 parent 7961056 commit 609c43c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

- name: Run ct install
if: steps.list-changed.outputs.changed == 'true'
run: ct install --config .github/ct.yaml --helm-extra-args '--timeout 600s'
run: ct install --config .github/ct.yaml --helm-extra-args '--timeout 600s --debug'

- name: (workflow_dispatch) Run ct install
if: github.event_name == 'workflow_dispatch'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if .Values.caldera.podDisruptionBudget.enabled -}}
{{- if .Values.caldera.podDisruptionBudget.enabled }}
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
Expand All @@ -17,4 +17,4 @@ spec:
{{- if .Values.caldera.podDisruptionBudget.maxUnavailable }}
maxUnavailable: {{ .Values.caldera.podDisruptionBudget.maxUnavailable }}
{{- end }}
{{- end -}}
{{- end }}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if .Values.podDisruptionBudget.enabled -}}
{{- if .Values.podDisruptionBudget.enabled }}
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
Expand All @@ -17,4 +17,4 @@ spec:
{{- if .Values.podDisruptionBudget.maxUnavailable }}
maxUnavailable: {{ .Values.podDisruptionBudget.maxUnavailable }}
{{- end }}
{{- end -}}
{{- end }}

0 comments on commit 609c43c

Please sign in to comment.