Skip to content
This repository was archived by the owner on Jul 18, 2024. It is now read-only.
This repository was archived by the owner on Jul 18, 2024. It is now read-only.

maybe switch out changeable IPs from k8s manifests to easier pattern #16

@paulczar

Description

@paulczar

if we switch it out for a string like xxxIPxxx then its easier to replace ... the following would be on linux ... I think the sed command is different on mac:

sed -i 's/xxxIPxxx/169......./' core/*.yaml

 - name: FRONT_END_PLAYER_URL value : https://169.47.241.213:30443/players/v1/accounts - name: FRONT_END_SUCCESS_CALLBACK value : https://169.47.241.213:30443/#/login/callback - name: FRONT_END_FAIL_CALLBACK value : https://169.47.241.213:30443/#/game - name: FRONT_END_AUTH_URL value : https://169.47.241.213:30443/auth 

becomes

 - name: FRONT_END_PLAYER_URL value : https://xxxIPxxx:30443/players/v1/accounts - name: FRONT_END_SUCCESS_CALLBACK value : https://xxxIPxxx:30443/#/login/callback - name: FRONT_END_FAIL_CALLBACK value : https://xxxIPxxx:30443/#/game - name: FRONT_END_AUTH_URL value : https://xxxIPxxx:30443/auth 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions