Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
brainfood
/
k8s-helmfiles
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
76377756
authored
2022-09-01 18:47:39 -0500
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fix DestinationRule patch deletion kind.
1 parent
f3f5a951
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
keycloak/helmfile.yaml
keycloak/helmfile.yaml
View file @
7637775
...
...
@@ -32,7 +32,7 @@ releases:
strategicMergePatches
:
{{
- if not .Values.virtualService.enabled
}}
-
apiVersion
:
networking.istio.io/v1beta1
kind
:
VirtualServic
e
kind
:
DestinationRul
e
metadata
:
name
:
kpg-keycloak-originate-tls
namespace
:
{{
.Values.namespace
}}
...
...
Please
register
or
sign in
to post a comment