Skip to content

Commit

Permalink
removed nil ref and fix deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
SamMHD committed Sep 7, 2023
1 parent f31b74a commit f1af285
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions config/namespaced-resources/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ namespace: cerberus-operator-system
#commonLabels:
# someName: someValue

resources:
- namespace.yaml

bases:
- ../manager
- ../samples
Expand All @@ -27,7 +24,7 @@ bases:
# [PROMETHEUS] To enable prometheus monitor, uncomment all sections with 'PROMETHEUS'.
#- ../prometheus

patchesStrategicMerge:
patches:
# Protect the /metrics endpoint by putting it behind auth.
# If you want your controller-manager to expose the /metrics
# endpoint w/o any authn/z, please comment the following line.
Expand Down

0 comments on commit f1af285

Please sign in to comment.