Skip to content

Commit

Permalink
fix: keptn app context
Browse files Browse the repository at this point in the history
Signed-off-by: RealAnna <[email protected]>
  • Loading branch information
RealAnna committed Jan 9, 2024
1 parent fd319b4 commit aee336b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.13.0
cert-manager.io/inject-ca-from: '{{ .Release.Namespace }}/keptn-certs'
{{- include "common.annotations" ( dict "context" . ) }}
labels:
app.kubernetes.io/part-of: keptn
crdGroup: lifecycle.keptn.sh
keptn.sh/inject-cert: "true"
{{- include "common.labels.standard" ( dict "context" . ) | nindent 4 }}
{{- include "common.annotations" ( dict "context" . ) }}
spec:
group: lifecycle.keptn.sh
names:
Expand Down

0 comments on commit aee336b

Please sign in to comment.