Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PipeCD gets diff with bool value in Cloud Run manifets #4790

Open
tetsuya28 opened this issue Feb 16, 2024 · 0 comments
Open

PipeCD gets diff with bool value in Cloud Run manifets #4790

tetsuya28 opened this issue Feb 16, 2024 · 0 comments
Labels
kind/bug Something isn't working

Comments

@tetsuya28
Copy link

What happened: With Cloud Run application, when we set a bool value for env, PipeCD gets diff the env, like following.
Manifest is

apiVersion: serving.knative.dev/v1
kind: Service
metadata:
  name: xxx
spec:
  template:
    spec:
      containers:
        - name: xxx
          env:
            - name: XXX
              value: false

PipeCD console is

      spec:
        containers:
          - env:
              -
                #spec.template.spec.containers.0.env.10.value
-               value: false
+               value: <bool Value>

What you expected to happen:

How to reproduce it:

Environment:

  • piped version: v0.44.2
  • control-plane version: v0.46.0
  • Others:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant