-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Fix sync condition to cleanup IBM Cert Mgr
Signed-off-by: Denilson Nastacio <[email protected]>
- Loading branch information
Showing
5 changed files
with
38 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
config/cloudpaks/cp4a/operators/templates/0100-config-placeholder.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# This is not actually used by CP4BA. | ||
# | ||
# ArgoCD cannot recognize changes to the content | ||
# of sync hooks (such as an env variable for a container) | ||
# so this config map contains the env variables | ||
# referenced in sync hooks to ensure ArgoCD realizes | ||
# a relevant config value has changed. | ||
--- | ||
apiVersion: v1 | ||
kind: ConfigMap | ||
metadata: | ||
name: gitops-cp4a-dummy | ||
namespace: {{.Values.metadata.argocd_app_namespace}} | ||
data: | ||
red_hat_cert_manager: "{{.Values.red_hat_cert_manager}}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters