Skip to content

Commit

Permalink
Update and rename secret.yaml to configmap.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
therealak12 authored Feb 21, 2024
1 parent eb69d08 commit 2e820cf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
7 changes: 7 additions & 0 deletions clients/harbor-client/charts/templates/configmap.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ .Values.configMapName }}
namespace: {{ .Release.Namespace }}
data:
IMAGE_REFERENCE: "The image reference URL starts with //."
7 changes: 0 additions & 7 deletions clients/harbor-client/charts/templates/secret.yaml

This file was deleted.

0 comments on commit 2e820cf

Please sign in to comment.