Giter VIP home page Giter VIP logo

Comments (10)

vsukhin avatar vsukhin commented on July 28, 2024 3

hey @jaceksocha I beleive @ypoplavs should add it to values.yml

from helm-charts.

ypoplavs avatar ypoplavs commented on July 28, 2024 1

Hello @jaceksocha!
The change was released. Please upgrade to the latest helm chart version.

from helm-charts.

jaceksocha avatar jaceksocha commented on July 28, 2024

Thank you for fast reaction.
When do you plan to release chart ?

Greetings

from helm-charts.

vsukhin avatar vsukhin commented on July 28, 2024

@ypoplavs ?

from helm-charts.

ypoplavs avatar ypoplavs commented on July 28, 2024

@jaceksocha let me discuss this with the team.

from helm-charts.

jaceksocha avatar jaceksocha commented on July 28, 2024

@ypoplavs of course.
I will be grateful for message if you future knew something in this case.

Greetings

from helm-charts.

jaceksocha avatar jaceksocha commented on July 28, 2024

Thank you @ypoplavs , we are testing new chart 1.16.51 .

We found some potentially strange behaviour, chart launched with values containing:

      ...
       cronJobTemplate: |
         apiVersion: batch/v1
         kind: CronJob
         metadata:
           name: "{{ .Name }}"
     ...

results with template (after base64 decoding env from operator pod) shifted by one space

       apiVersion: batch/v1 <----- shift one space
      kind: CronJob
      metadata:
        name: "{{ .Name }}"

but when cronJobTemplate contained in values.yaml begins with yaml comment

      ...
       cronJobTemplate: |
         # comment ...
         apiVersion: batch/v1
         kind: CronJob
         metadata:
           name: "{{ .Name }}"
     ...

everything seems to works fine.
Looks like yaml parsing problem somewhere in the middle.

Greetings

from helm-charts.

ypoplavs avatar ypoplavs commented on July 28, 2024

Thanks for raising @jaceksocha! I will check that

from helm-charts.

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.