Skip to content
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.

Postgresql volumeClaimTemplate is ArgoCD incompatible #137

Open
tumido opened this issue Oct 25, 2023 · 1 comment
Open

Postgresql volumeClaimTemplate is ArgoCD incompatible #137

tumido opened this issue Oct 25, 2023 · 1 comment
Assignees
Labels
jira kind/bug Something isn't working status/triage

Comments

@tumido
Copy link
Member

tumido commented Oct 25, 2023

Describe the bug

Deploying the chart results in VolumeClaim to be created from a template. ArgoCD complains about following issue:

image (2)

Expected Behavior

Chart doesn't use fields that are not admissible.

What are the steps to reproduce this bug?

TBD

Versions of software used and environment

@tumido tumido added kind/bug Something isn't working status/triage labels Oct 25, 2023
@kadel kadel added this to the 04 - Milestone 4 milestone Oct 25, 2023
@kadel kadel self-assigned this Nov 8, 2023
@kadel kadel removed this from the 04 - Milestone 4 milestone Nov 20, 2023
@kadel kadel removed their assignment Nov 20, 2023
@kadel kadel added the jira label Jan 3, 2024
@Zaperex Zaperex self-assigned this Jan 5, 2024
@Zaperex
Copy link
Member

Zaperex commented Jan 8, 2024

@tumido can I get more details on this issue? When I tried replicating this issue on a local argocd server hosted on openshift local, using the 2.11.4 chart, argocd doesn't seem to complain about anything?

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
  name: janus-backstage
spec:
  destination:
    name: ''
    namespace: test
    server: 'https://api.crc.testing:6443'
  source:
    path: ''
    repoURL: 'https://janus-idp.github.io/helm-backstage'
    targetRevision: 2.11.4
    chart: backstage
    helm:
      valueFiles:
        - values.yaml
      parameters:
        - name: global.clusterRouterBase
          value: apps-crc.testing
        - name: upstream.backstage.image.tag
          value: next
  sources: []
  project: backstage-testing

The desired manifest for the volumeClaimTemplate seems to match the live manifest and I don't seem to see the issue shown in the screenshot for the issue.

Screencast.from.2024-01-08.15-43-59.webm

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
jira kind/bug Something isn't working status/triage
Projects
None yet
Development

No branches or pull requests

3 participants