Skip to content

Commit

Permalink
remove pulp test vars from deployment
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Holloway <[email protected]>
  • Loading branch information
loadtheaccumulator authored and ezr-ondrej committed Mar 4, 2025
1 parent 04dcc19 commit e360537
Showing 1 changed file with 0 additions and 44 deletions.
44 changes: 0 additions & 44 deletions deploy/clowdapp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,30 +28,6 @@ objects:
name: edge-pulp-password
stringData:
key: ${PULP_PASSWORD}
- apiVersion: v1
kind: Secret
metadata:
name: edge-pulp-test-s3
stringData:
region: ${PULP_S3_REGION}
- apiVersion: v1
kind: Secret
metadata:
name: edge-pulp-test-s3
stringData:
bucketname: ${PULP_S3_BUCKETNAME}
- apiVersion: v1
kind: Secret
metadata:
name: edge-pulp-test-s3
stringData:
accesskey: ${PULP_S3_ACCESSKEY}
- apiVersion: v1
kind: Secret
metadata:
name: edge-pulp-test-s3
stringData:
secretkey: ${PULP_S3_SECRETKEY}
- apiVersion: cloud.redhat.com/v1alpha1
kind: ClowdApp
metadata:
Expand Down Expand Up @@ -170,26 +146,6 @@ objects:
key: key
- name : PULP_CONTENT_URL
value: ${PULP_CONTENT_URL}
- name : PULP_S3_REGION
valueFrom:
secretKeyRef:
name: edge-pulp-test-s3
key: region
- name : PULP_S3_BUCKETNAME
valueFrom:
secretKeyRef:
name: edge-pulp-test-s3
key: bucketname
- name : PULP_S3_ACCESSKEY
valueFrom:
secretKeyRef:
name: edge-pulp-test-s3
key: accesskey
- name : PULP_S3_SECRETKEY
valueFrom:
secretKeyRef:
name: edge-pulp-test-s3
key: secretkey
- name : PULP_GUARD_SUBJECT_DN
value: ${PULP_GUARD_SUBJECT_DN}
resources:
Expand Down

0 comments on commit e360537

Please sign in to comment.