Skip to content

Commit

Permalink
chore: remove annotations (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
ishanarya0 authored Sep 17, 2024
1 parent 903a7ce commit 37bbec5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion stable/dagger/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: dagger-deployment-chart
description: A Helm chart for dagger deployment
type: application
version: 0.4.0
version: 0.5.0
appVersion: "1.0"
3 changes: 0 additions & 3 deletions stable/dagger/templates/dagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ kind: FlinkDeployment
metadata:
name: {{ .Values.deployment_id }}
namespace: {{ .Values.namespace }}
annotations:
meta.helm.sh/release-name: {{ .Values.deployment_id }}
meta.helm.sh/release-namespace: {{ .Values.namespace }}
spec:
image: {{ .Values.image }}
flinkVersion: v1_14
Expand Down

0 comments on commit 37bbec5

Please sign in to comment.