Issues with syncing custom PostgreSQL Helm chart settings in ArgoCD #2834
Replies: 1 comment
-
I figured out the backup configuration is supposed to be part of OperatorConfiguration. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Issues with syncing custom PostgreSQL Helm chart settings in ArgoCD
Hi there,
I’ve created a custom Helm chart to manage PostgreSQL resources for the Zalando Postgres Operator, but I’m running into issues where some settings don’t seem to sync properly in ArgoCD. It’s unclear if the issue is related to the customizations, ArgoCD, or the operator itself.
Here are the key components of my setup. Basically, only the
postgresql.yaml
is relevant to my question, but for completeness, I've included the other components as well in case there are any comments on those.PostgreSQL resource (
templates/postgresql.yaml
):ConfigMap for WAL-G (
templates/wal-backup-configmap.yaml
):ServiceAccount for WAL-G (
templates/wal-backup-serviceaccount.yaml
):Part of
values.yaml
:Observed Behavior
podEnvironmentConfigMap
,serviceAccountName
) don’t seem to apply as expected.Questions:
podEnvironmentConfigMap
andserviceAccountName
valid fields in the Postgresql CR spec? Are there known limitations for these fields?Beta Was this translation helpful? Give feedback.
All reactions