Skip to content

Conversation

sushma-nandigam
Copy link

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.

@sushma-nandigam sushma-nandigam changed the title Namespace field missing for Deploy manifest Namespace field missing for Deployment manifest Jul 31, 2023
@@ -4,6 +4,7 @@ metadata:
name: {{ include "namespace-configuration-operator.fullname" . }}
labels:
{{- include "namespace-configuration-operator.labels" . | nindent 4 }}
namespace: {{ include "namespace-configuration-operator.fullname" . }}

Choose a reason for hiding this comment

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

i think this should be namespace: {{ .Release.Namespace }}?

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