Skip to content

Conversation

sushma-nandigam
Copy link

@sushma-nandigam sushma-nandigam commented Jul 31, 2023

This PR will add a namespace field for deployment manifest .

Got an issue when deploying the helm charts via Argocd.

Namespace for namespace-configuration-operator apps/v1, Kind=Deployment is missing.

@@ -4,6 +4,7 @@ metadata:
name: {{ include "patch-operator.fullname" . }}
labels:
{{- include "patch-operator.labels" . | nindent 4 }}
namespace: {{ include "patch-operator.fullname" . }}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i think you want to use namespace: {{ .Release.Namespace }} here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants