-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Flux service account : Kustomize Controller / Sops (#176)
* Update: Flux kustomize-controller for Sops Signed-off-by: Nicolas Lamirault <[email protected]> * Add manifests * Update: Flux kustomize-controller for Sops Signed-off-by: Nicolas Lamirault <[email protected]> * Add: KMS Encrypt/Decrypt for Terraform service account Signed-off-by: Nicolas Lamirault <[email protected]> * Fix: kms and sops data Signed-off-by: Nicolas Lamirault <[email protected]> * Fix: kms and sops data Signed-off-by: Nicolas Lamirault <[email protected]> * Update: rename Flux kustomize-controller service account for Sops Signed-off-by: Nicolas Lamirault <[email protected]> * Update: GKE Regular channel and machine type Signed-off-by: Nicolas Lamirault <[email protected]> * Update: Flux version Signed-off-by: Nicolas Lamirault <[email protected]> * Update: Sops configuration Signed-off-by: Nicolas Lamirault <[email protected]> Co-authored-by: flux <[email protected]>
- Loading branch information
1 parent
97ccc78
commit 2f57da8
Showing
19 changed files
with
66 additions
and
74 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ metadata: | |
spec: | ||
interval: 1m0s | ||
ref: | ||
branch: master | ||
branch: feat/flux-service-account | ||
secretRef: | ||
name: flux-system | ||
url: ssh://[email protected]/nlamirault/portefaix | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,5 @@ | |
apiVersion: v1 | ||
kind: ServiceAccount | ||
metadata: | ||
# annotations: | ||
# iam.gke.io/gcp-service-account: [email protected] | ||
name: default | ||
name: kustomize-controller | ||
namespace: flux-system |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,5 +4,5 @@ kind: ServiceAccount | |
metadata: | ||
annotations: | ||
iam.gke.io/gcp-service-account: [email protected] | ||
name: default | ||
name: kustomize-controller | ||
namespace: flux-system |
Oops, something went wrong.