Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tunacicek committed Aug 30, 2023
1 parent 4c338c3 commit 420d235
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions charts/registry/templates/tests/test-connection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,26 +37,11 @@ spec:
- name: test-output
mountPath: /tests/output
env:
- name: CLIENT_ID
valueFrom:
secretKeyRef:
name: test-credentials
key: clientId
- name: CLIENT_SECRET
valueFrom:
secretKeyRef:
name: test-credentials
key: clientSecret
- name: AAS_REGISTRY_API_URL
valueFrom:
secretKeyRef:
name: test-credentials
key: aasRegistryUrl
- name: AUTH_SERVER_TOKEN_URL
valueFrom:
secretKeyRef:
name: test-credentials
key: authServerTokenUrl
volumes:
- name: test-script
configMap:
Expand Down

0 comments on commit 420d235

Please sign in to comment.