Skip to content

Commit

Permalink
Update patching to deploy for production after non-production success…
Browse files Browse the repository at this point in the history
…fully completed (#5195)

* Removing patch from non prod envs, update main keda file to have latest version and service account config
  • Loading branch information
MartyFox authored Aug 7, 2024
1 parent fafd6b1 commit 05286f3
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 28 deletions.
1 change: 0 additions & 1 deletion apps/keda/demo/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ resources:
namespace: keda
patches:
- path: workload-identity.yaml
- path: ../../keda/patching.yaml
1 change: 0 additions & 1 deletion apps/keda/dev/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ resources:
namespace: keda
patches:
- path: workload-identity.yaml
- path: ../../keda/patching.yaml
1 change: 0 additions & 1 deletion apps/keda/ithc/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ resources:
namespace: keda
patches:
- path: workload-identity.yaml
- path: ../../keda/patching.yaml
9 changes: 5 additions & 4 deletions apps/keda/keda/keda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,17 @@ spec:
cpu: 250m
memory: 256Mi
serviceAccount:
create: false
name: keda
operator:
create: false
name: keda
podIdentity:
azureWorkload:
enabled: true
chart:
spec:
chart: keda
version: 2.13.1
version: 2.14.3
sourceRef:
kind: HelmRepository
name: keda
namespace: keda
namespace: keda
16 changes: 0 additions & 16 deletions apps/keda/keda/patching.yaml

This file was deleted.

1 change: 0 additions & 1 deletion apps/keda/ptlsbox/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ resources:
namespace: keda
patches:
- path: workload-identity.yaml
- path: ../../keda/patching.yaml
1 change: 0 additions & 1 deletion apps/keda/sbox/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ resources:
namespace: keda
patches:
- path: workload-identity.yaml
- path: ../../keda/patching.yaml
1 change: 0 additions & 1 deletion apps/keda/stg/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ resources:
namespace: keda
patches:
- path: workload-identity.yaml
- path: ../../keda/patching.yaml
1 change: 0 additions & 1 deletion apps/keda/test/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ resources:
namespace: keda
patches:
- path: workload-identity.yaml
- path: ../../keda/patching.yaml
2 changes: 1 addition & 1 deletion apps/toffee/recipe-receiver/toffee-recipe-receiver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
function:
triggerAuth:
triggerPodIdentityProvider: azure-workload
image: sdshmctspublic.azurecr.io/toffee/recipe-receiver:prod-1100a0e-20220609130124
image: sdshmctspublic.azurecr.io/toffee/recipe-receiver:prod-76b7900-20240731121522
triggers:
- type: azure-servicebus
serviceBusName: toffee-servicebus-${ENVIRONMENT}
Expand Down

0 comments on commit 05286f3

Please sign in to comment.