diff --git a/gitops/config/test/mycluster/values.yaml b/gitops/config/test/mycluster/values.yaml index 7020bea..01e1275 100644 --- a/gitops/config/test/mycluster/values.yaml +++ b/gitops/config/test/mycluster/values.yaml @@ -1 +1,6 @@ -aaa: aaaaaa \ No newline at end of file +aaa: aaaaaa +endpoint: https://api.us-east-1.example.com +image: + tag: v2.5.0 +region: us-east-1 +replicas: "3" diff --git a/gitops/config/test2/mycluster2/values.yaml b/gitops/config/test2/mycluster2/values.yaml index e527ab3..b40b102 100644 --- a/gitops/config/test2/mycluster2/values.yaml +++ b/gitops/config/test2/mycluster2/values.yaml @@ -1 +1,6 @@ -bbb: bbbbbb2 \ No newline at end of file +bbb: bbbbbb2 +endpoint: https://api.eu-west-1.example.com +image: + tag: v2.5.0 +region: eu-west-1 +replicas: "3"