Skip to content

Commit

Permalink
unsaved
Browse files Browse the repository at this point in the history
  • Loading branch information
sijo5722-2021 committed Jan 29, 2025
1 parent 7593c19 commit 1e99314
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ helmCharts:
releaseName: aws-ebs-csi-driver
repo: https://kubernetes-sigs.github.io/aws-ebs-csi-driver
namespace: kube-system
valuesFile: aws-ebs-csi-driver-values.yaml
valuesFile: aws-ebs-csi-driver-values.yaml
version: ${ARGOCD_ENV_aws_ebs_csi_driver_helm_version}
3 changes: 3 additions & 0 deletions gitops/argo-apps/base/rook-ceph.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,6 @@ spec:

- name: cluster_domain
value: "${ARGOCD_ENV_utils_rook_ceph_cluster_domain}"

- name: aws_ebs_csi_driver_helm_version
value: "${ARGOCD_ENV_utils_rook_ceph_aws_ebs_csi_driver_helm_version}"

0 comments on commit 1e99314

Please sign in to comment.