This file contains hidden or 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
--- | |
apiVersion: helm.toolkit.fluxcd.io/v2beta1 | |
kind: HelmRelease | |
metadata: | |
name: linkerd-viz | |
namespace: linkerd | |
spec: | |
interval: 60m | |
releaseName: linkerd-viz | |
targetNamespace: linkerd-viz |
This file contains hidden or 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
--- | |
apiVersion: helm.toolkit.fluxcd.io/v2beta1 | |
kind: HelmRelease | |
metadata: | |
name: linkerd-control-plane | |
namespace: linkerd | |
spec: | |
interval: 60m | |
releaseName: linkerd-control-plane | |
chart: |
This file contains hidden or 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
--- | |
apiVersion: source.toolkit.fluxcd.io/v1beta1 | |
kind: HelmRepository | |
metadata: | |
name: linkerd-stable | |
namespace: linkerd | |
spec: | |
interval: 60m | |
url: https://helm.linkerd.io/stable | |
--- |
This file contains hidden or 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
apiVersion: cert-manager.io/v1 | |
kind: ClusterIssuer | |
metadata: | |
name: linkerd-self-signed-webhook-issuer | |
namespace: cert-manager | |
spec: | |
selfSigned: {} | |
--- | |
apiVersion: cert-manager.io/v1 | |
kind: Certificate |
This file contains hidden or 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
apiVersion: cert-manager.io/v1 | |
kind: ClusterIssuer | |
metadata: | |
name: linkerd-self-signed-issuer | |
namespace: cert-manager | |
spec: | |
selfSigned: {} | |
--- | |
apiVersion: cert-manager.io/v1 | |
kind: Certificate |
This file contains hidden or 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
values: | |
identity: | |
externalCA: true | |
issuer: | |
scheme: kubernetes.io/tls | |
proxyInit: | |
iptablesMode: "legacy" | |
runAsRoot: true | |
policyValidator: | |
externalSecret: true |
This file contains hidden or 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
--- | |
version: 3 | |
projects: | |
- dir: <some-directory> | |
workflow: lhworkflow-debug |
This file contains hidden or 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
workflows: | |
lhworkflow: | |
plan: | |
steps: | |
- run: terraform${ATLANTIS_DEFAULT_TF_VERSION} fmt -check=true -diff=true -write=false -recursive=true | |
- init | |
- plan | |
apply: | |
steps: | |
- apply |
This file contains hidden or 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
workflows: | |
lhworkflow: | |
plan: | |
steps: | |
- run: terraform${ATLANTIS_DEFAULT_TF_VERSION} fmt -check=true -diff=true -write=false -recursive=true | |
- init | |
- plan | |
apply: | |
steps: | |
- apply |
This file contains hidden or 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
-----------------------------------------------------: timestamp=2022-02-23T12:39:32.246Z | |
2022-02-23T12:39:32.248Z [INFO] plugin.terraform-provider-googleworkspace: 2022/02/23 12:39:32 [DEBUG] Retry Transport: Stopping retries, last request was successful: timestamp=2022-02-23T12:39:32.246Z | |
2022-02-23T12:39:32.248Z [INFO] plugin.terraform-provider-googleworkspace: 2022/02/23 12:39:32 [DEBUG] Retry Transport: Returning after 1 attempts: timestamp=2022-02-23T12:39:32.246Z | |
2022-02-23T12:39:32.248Z [INFO] plugin.terraform-provider-googleworkspace: 2022/02/23 12:39:32 [TRACE] Waiting 10s before next try: timestamp=2022-02-23T12:39:32.246Z | |
module.data_engineering_bigquery_prod_analyst.googleworkspace_group_member.user["<email-removed>"]: Still creating... [4m40s elapsed] | |
module.data_engineering_bigquery_prod_analyst.googleworkspace_group_member.user["<email-removed>"]: Still creating... [4m40s elapsed] | |
2022-02-23T12:39:41.795Z [INFO] plugin.terraform-provider-googleworkspace: 2022/02/23 12:39:41 [DEBUG] Retry T |
NewerOlder