Skip to content

Commit

Permalink
Remove saas_template.yaml
Browse files Browse the repository at this point in the history
Removing saas_template.yaml and related scripts as this is no longer
used in app-interface

Signed-off-by: Bryan Cox <brcox@redhat.com>
  • Loading branch information
bryan-cox committed Aug 9, 2024
1 parent 7d8f103 commit 9cfc816
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 69,525 deletions.
23 changes: 1 addition & 22 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ sync:
$(GO) work sync

.PHONY: update
update: sync api-deps api api-docs deps clients app-sre-saas-template
update: sync api-deps api api-docs deps clients

.PHONY: verify
verify: update staticcheck fmt vet
Expand Down Expand Up @@ -164,27 +164,6 @@ delegating_client:
go run ./cmd/infra/aws/delegatingclientgenerator/main.go > ./cmd/infra/aws/delegating_client.txt
mv ./cmd/infra/aws/delegating_client.{txt,go}

.PHONY: app-sre-saas-template
app-sre-saas-template: hypershift
bin/hypershift install \
--oidc-storage-provider-s3-bucket-name=bucket \
--oidc-storage-provider-s3-secret=oidc-s3-creds \
--oidc-storage-provider-s3-region=us-east-1 \
--oidc-storage-provider-s3-secret-key=credentials \
--platform-monitoring=None \
--enable-ci-debug-output=false \
--enable-admin-rbac-generation=true \
--private-platform=AWS \
--aws-private-region=eu-east-1 \
--aws-private-secret=aws-credentials \
--aws-private-secret-key=credentials \
--external-dns-provider=aws \
--external-dns-secret=dns-credentials \
--external-dns-domain-filter=service.hypershift.example.org \
--external-dns-txt-owner-id=txt-owner-id \
--metrics-set=SRE \
render --template --format yaml > $(DIR)/hack/app-sre/saas_template.yaml

# Run tests
.PHONY: test
test:
Expand Down
107 changes: 0 additions & 107 deletions hack/app-sre/build_push.sh

This file was deleted.

Loading

0 comments on commit 9cfc816

Please sign in to comment.