Skip to content

Commit

Permalink
remove whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
ata-no-one committed Dec 19, 2023
1 parent 914ca16 commit 87fc9e1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ jobs:
version: v3.4.0

- name: Add deps
run: |
run: |
helm repo add gdscan https://gdatasoftwareag.github.io/gdscan/
helm repo add bitnami https://charts.bitnami.com/bitnami/
- name: Install python
uses: actions/setup-python@v4
with:
python-version: 3.7

- name: Set up chart-testing
uses: helm/[email protected]

Expand Down
8 changes: 4 additions & 4 deletions charts/vaas/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ gateway:
pathType: ImplementationSpecific
service:
name: gateway
port: 8080
port: 8080
tls: []

authentication:
authority: ""

nameOverride: ""
fullnameOverride: ""

networkPolicy:
enabled: false

Expand All @@ -51,7 +51,7 @@ gateway:
metrics:

podDisruptionBudget:
minAvailable: 1
minAvailable: 1

replicaCount: 1
revisionHistoryLimit: 1
Expand All @@ -60,7 +60,7 @@ gateway:
memory: 512Mi
requests:
cpu: 0.5
memory: 256Mi
memory: 256Mi

containerSecurityContext:
enabled: false
Expand Down

0 comments on commit 87fc9e1

Please sign in to comment.