Skip to content

Commit

Permalink
Merge pull request #1836 from rancher/remove-cert-mgr
Browse files Browse the repository at this point in the history
Remove certmgr resources from agent chart
  • Loading branch information
dbason authored Nov 8, 2023
2 parents 92a8f46 + 0a1966e commit b826f44
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 36 deletions.
21 changes: 0 additions & 21 deletions packages/opni-agent/opni-agent/charts/templates/certs.yaml

This file was deleted.

15 changes: 0 additions & 15 deletions packages/opni-agent/opni-agent/charts/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,3 @@ spec:
- name: http
port: {{ .Values.service.port }}
targetPort: http
---
apiVersion: v1
kind: Service
metadata:
name: opni-agent-webhook
namespace: {{ include "opni-agent.namespace" . }}
labels:
{{- include "opni-agent.labels" . | nindent 4 }}
spec:
ports:
- port: 443
targetPort: 9443
selector:
{{- include "opni-agent.selectorLabels" . | nindent 4 }}
---

0 comments on commit b826f44

Please sign in to comment.