Skip to content

Commit

Permalink
Merge pull request #204 from guilhem/deployment-annotation
Browse files Browse the repository at this point in the history
fix: deployment annotation indentation
  • Loading branch information
pierluigilenoci committed May 31, 2024
2 parents f228e71 + 76b0fd4 commit 2de706a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions helm/oauth2-proxy/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: oauth2-proxy
version: 7.6.1
version: 7.6.2
apiVersion: v2
appVersion: 7.6.0
home: https://oauth2-proxy.github.io/oauth2-proxy/
Expand Down Expand Up @@ -35,7 +35,7 @@ kubeVersion: ">=1.9.0-0"
annotations:
artifacthub.io/changes: |
- kind: fixed
description: Fixed test for horizontal autoscaling feature
description: Fixed deployment annotation indentation
links:
- name: Github PR
url: https://github.com/oauth2-proxy/manifests/pull/211
url: https://github.com/oauth2-proxy/manifests/pull/204
2 changes: 1 addition & 1 deletion helm/oauth2-proxy/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
{{- include "oauth2-proxy.labels" . | indent 4 }}
{{- if .Values.deploymentAnnotations }}
annotations:
{{ toYaml .Values.deploymentAnnotations | indent 8 }}
{{ toYaml .Values.deploymentAnnotations | indent 4 }}
{{- end }}
name: {{ template "oauth2-proxy.fullname" . }}
namespace: {{ template "oauth2-proxy.namespace" $ }}
Expand Down

0 comments on commit 2de706a

Please sign in to comment.