Skip to content
Snippets Groups Projects
Verified Commit 013c0303 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(goharbor): Fix PDB names

parent e7880acb
No related branches found
No related tags found
No related merge requests found
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
name: harbor-registry-pdb
name: harbor-core-pdb
namespace: goharbor
spec:
minAvailable: 1
......@@ -13,7 +13,7 @@ spec:
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
name: harbor-registry-pdb
name: harbor-portal-pdb
namespace: goharbor
spec:
minAvailable: 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment