Giter Club home page Giter Club logo

Comments (2)

ThatsMrTalbot avatar ThatsMrTalbot commented on June 27, 2024

If i'm reading your yaml correctly you are using Kustomize to inflate the Helm chart before argo deploys it. So I suspect that you need to tell Kustomise the namespace to use when inflating the chart:

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: utilities
resources:
  - "acme-issuer.yaml"
helmCharts:
- name: cert-manager
  repo: https://charts.jetstack.io
  version: "1.14.5"
  releaseName: certi-manager
  valuesFile: values.yaml
  namespace: utilities # Namespace to use when Kustomize renders the chart

from cert-manager.

ashtonian avatar ashtonian commented on June 27, 2024

Thanks for the reply! Rebuilding the cluster with no changes worked, I'm not sure what artifact was laying around to cause that, was likely from an earlier deploy attempt. I went through and deleted everything or so I thought.

RE: namespace, I think the namespace at the top of the kustomization file filters down right? it was for everything else as all the other resources ended up in the correct namespace.

from cert-manager.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.