Skip to content

Commit

Permalink
fix: update resource name to be compatible with RFC-1123
Browse files Browse the repository at this point in the history
  • Loading branch information
ssttehrani committed Oct 2, 2023
1 parent 01d9694 commit f03f3d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.0.1
version: 1.0.2
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
kind: Service
metadata:
name: {{ include "svc-lb-to-cilium-netpolicy-operator.fullname" . }}-ctrl-mgr-metrics-service
name: {{ include "svc-lb-to-cilium-netpolicy-operator.fullname" . }}-ctrl-mgr-metrics-svc
labels:
app.kubernetes.io/component: kube-rbac-proxy
app.kubernetes.io/created-by: svc-lb-to-cilium-netpolicy
Expand Down

0 comments on commit f03f3d5

Please sign in to comment.