diff --git a/.github/workflows/helm-test.yml b/.github/workflows/helm-test.yml index 3941f43..b4a8be6 100644 --- a/.github/workflows/helm-test.yml +++ b/.github/workflows/helm-test.yml @@ -11,17 +11,15 @@ on: - main jobs: - example: - name: Basic test by Minikube + test: + name: Basic chart test using Minikube runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Start minikube uses: medyagh/setup-minikube@master - - name: Try the cluster ! + - name: Test whether the cluster is running run: kubectl get pods -A - - name: Checkout code - uses: actions/checkout@v3 - name: Install PostgreSQL run: helm install psql oci://registry-1.docker.io/bitnamicharts/postgresql --set global.postgresql.auth.postgresPassword=postgres - name: Check deployment status diff --git a/README.md b/README.md index 3648229..ca226fe 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ The following table lists the configurable parameters of the GatewayD Helm chart ## Usage -Modify the values.yaml file to customize the deployment according to your requirements. You can override any default values as needed. +Modify the [values.yaml](values.yaml) file to customize the deployment according to your requirements. You can override any default values as needed. ## Contributing diff --git a/values.yaml b/values.yaml index 8107191..3a5937b 100644 --- a/values.yaml +++ b/values.yaml @@ -92,9 +92,6 @@ gatewaydPluginsConfig: enabled: false content: | verificationPolicy: "passdown" - compatibilityPolicy: "strict" - acceptancePolicy: "accept" - terminationPolicy: "stop" enableMetricsMerger: True metricsMergerPeriod: 5s healthCheckPeriod: 5s @@ -109,10 +106,6 @@ gatewaydPluginsConfig: args: ["--log-level", "debug"] env: - MAGIC_COOKIE_KEY=GATEWAYD_PLUGIN - - MAGIC_COOKIE_VALUE=5712b87aa5d7e9f9e9ab643e6603181c5b796015cb1c09d6f5ada882bf2a1872 - - REDIS_URL=redis://localhost:6379/0 - - EXPIRY=1h - - METRICS_ENABLED=True - METRICS_UNIX_DOMAIN_SOCKET=/tmp/gatewayd-plugin-cache.sock - METRICS_PATH=/metrics